mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 19:39:02 +02:00
contrib: drop bitcoin-util exception from FORTIFY check
It's got memcpy_chk.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user