Bugzilla – Attachment #426: Avoids reading of garbage data for bug #377
{
next;
}
#added because if length is zero the following
#reading process will die, it will read garbage
if ($length == 0)
($blocks, $filename) =
read_gcno_string(*INPUT, $endianness);
if ($blocks > 1)