View | Details | Raw Unified | Return to bug 377
Collapse All | Expand All

(-)a/utils/lcov/geninfo (+6 lines)
 Lines 1292-1297    Link Here 
1292
				{
1292
				{
1293
					next;
1293
					next;
1294
				}
1294
				}
1295
				#added because if length is zero the following
1296
				#reading process will die, it will read garbage
1297
				if ($length == 0)
1298
				{
1299
				next;
1300
				}
1295
				($blocks, $filename) =
1301
				($blocks, $filename) =
1296
					read_gcno_string(*INPUT, $endianness);
1302
					read_gcno_string(*INPUT, $endianness);
1297
				if ($blocks > 1)
1303
				if ($blocks > 1)

Return to bug 377