[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#771054: Patch



tags 771054 + patch
thanks

Hi,

The following patch fixes this problem on my system:

diff -Nru lintian-2.5.30+deb8u2/helpers/coll/objdump-info-helper lintian-2.5.30+deb8u3/helpers/coll/objdump-info-helper
--- lintian-2.5.30+deb8u2/helpers/coll/objdump-info-helper	2014-11-01 09:18:50.000000000 -0700
+++ lintian-2.5.30+deb8u3/helpers/coll/objdump-info-helper	2014-11-27 07:07:14.000000000 -0800
@@ -85,7 +85,8 @@
             print "UPX: yes\n";
         }
     } elsif (
-        $line =~ m/^readelf: Error: Unable to read in 0x[0-9a-fA-F]+ bytes of/
+        $line =~ m/^readelf: Error: Reading 0x[0-9a-fA-F]+ bytes extends past end of file for section headers/
+        or $line =~ m/^readelf: Error: Unable to read in 0x[0-9a-fA-F]+ bytes of/
         or $line
         =~ m/^readelf: Error: .*: Failed to read .*(?:magic number|file header)/
       ) {

-- 
Matt


Reply to: