contrib: drop bitcoin-util exception from FORTIFY check

It's got memcpy_chk.
This commit is contained in:
fanquake
2025-08-07 17:04:20 +01:00
parent 26e9db2df0
commit 4bff4ce561

View File

@@ -123,9 +123,6 @@ def check_ELF_CONTROL_FLOW(binary) -> bool:
def check_ELF_FORTIFY(binary) -> bool:
# bitcoin-util does not currently contain any fortified functions
if 'Bitcoin Core bitcoin-util utility version ' in binary.strings:
return True
# bitcoin wrapper does not currently contain any fortified functions
if '--monolithic' in binary.strings:
return True