X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fblhc;h=4be8e84bfdccba8ff7d165bee13244d0c48286c2;hb=3b0570352219e1c0cc5d15fa07892444c2561f11;hp=cc4f44bb723a2fc6c2321b08a84ce4c3f23a2cac;hpb=78f7218d807b87ede58fca00ca672ce597e2145e;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index cc4f44b..4be8e84 100755 --- a/bin/blhc +++ b/bin/blhc @@ -952,6 +952,10 @@ foreach my $file (@ARGV) { # contains them. next if $line =~ m{^\s+/usr/lib/gcc/$cc_regex_full_prefix/ [0-9.]+/cc1(?:plus)?}xo; + # Ignore false positive with `rm` which may remove files which + # look like a compiler executable thus causing the line to be + # treated as a normal compiler line. + next if $line =~ m{^\s*rm\s+}; # Check if additional hardening options were used. Used to ensure # they are used for the complete build.