about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/lcov/string.patch
blob: db753c5dab26f802ae30c713464b937f32edfaa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/bin/geninfo	2007/10/04 08:18:07	1.32
+++ b/bin/geninfo	2007/11/01 16:29:39	1.33
@@ -1478,6 +1478,7 @@
 					}
 					next;
 				}
+				last if ($length == 0);
 				($blocks, $string) =
 					read_gcno_string(*INPUT, $endianness);
 				if (defined($string))