This adds the -fstack-protector-all flag as well as the associated
warning -Wstack-protector.
Depends on D2674
Differential D2658
[CMAKE] Add stack protection flag Fabien on Mar 6 2019, 15:03. Authored by
Details This adds the -fstack-protector-all flag as well as the associated Depends on D2674 mkdir buildcmake && cd buildcmake cmake -GNinja .. ninja -v ../contrib/devtools/security-check.py src/bitcoind Before the patch the output if the security-check script would contain
Diff Detail
Event TimelineComment Actions Just port hardening at once. Right now there are no way to check if hardening is ported properly and as this diffs proves, individual steps seems to be broken. |