mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
leaking_addresses: add SigIgn to false positives
Signal masks are false positives, we already check for SigBlk and SigCgt but we missed SigIgn. Add SigIgn to false positive check. Signed-off-by: Tobin C. Harding <me@tobin.cc>
This commit is contained in:
@@ -228,6 +228,7 @@ sub may_leak_address
|
|||||||
|
|
||||||
# Signal masks.
|
# Signal masks.
|
||||||
if ($line =~ '^SigBlk:' or
|
if ($line =~ '^SigBlk:' or
|
||||||
|
$line =~ '^SigIgn:' or
|
||||||
$line =~ '^SigCgt:') {
|
$line =~ '^SigCgt:') {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user