Skip to content

Commit 4bff4ce

Browse files
committed
contrib: drop bitcoin-util exception from FORTIFY check
It's got memcpy_chk.
1 parent 26e9db2 commit 4bff4ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/guix/security-check.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ def check_ELF_CONTROL_FLOW(binary) -> bool:
123123

124124
def check_ELF_FORTIFY(binary) -> bool:
125125

126-
# bitcoin-util does not currently contain any fortified functions
127-
if 'Bitcoin Core bitcoin-util utility version ' in binary.strings:
128-
return True
129126
# bitcoin wrapper does not currently contain any fortified functions
130127
if '--monolithic' in binary.strings:
131128
return True

0 commit comments

Comments
 (0)