mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-08 07:59:00 +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:
|
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
|
# bitcoin wrapper does not currently contain any fortified functions
|
||||||
if '--monolithic' in binary.strings:
|
if '--monolithic' in binary.strings:
|
||||||
return True
|
return True
|
||||||
|
Reference in New Issue
Block a user