Whitelist __stack_chk_fail

This commit is contained in:
2024-02-09 23:03:44 -08:00
parent 35a3289ab9
commit 2929a341db
+1 -1
View File
@@ -3,4 +3,4 @@
set -euo pipefail
diff -u <(sort < "$2") <(nm "$1" | grep " T " | cut -f3 -d " " | sort)
nm "$1" | grep " U " | (! grep -Pv 'abort|free|malloc|mem[a-z]*|__ashlti3')
nm "$1" | grep " U " | (! grep -Pv 'abort|free|malloc|mem[a-z]*|__ashlti3|__stack_chk_fail')