Loading scripts/leaking_addresses.pl +27 −27 Original line number Diff line number Diff line Loading @@ -177,8 +177,8 @@ sub is_false_positive return 1; } # vsyscall memory region, we should probably check against a range here. if ($match =~ '\bf{10}600000\b' or if ($match =~ '\bf{10}600000\b' or# vsyscall memory region, we should probably check against a range here. $match =~ '\bf{10}601000\b') { return 1; } Loading Loading
scripts/leaking_addresses.pl +27 −27 Original line number Diff line number Diff line Loading @@ -177,8 +177,8 @@ sub is_false_positive return 1; } # vsyscall memory region, we should probably check against a range here. if ($match =~ '\bf{10}600000\b' or if ($match =~ '\bf{10}600000\b' or# vsyscall memory region, we should probably check against a range here. $match =~ '\bf{10}601000\b') { return 1; } Loading