diff options
| author | Philip Kaufmann <[email protected]> | 2012-07-16 14:33:25 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-09-22 12:28:39 +0200 |
| commit | 807f3e83ba1c5299587c1c94555cd02f47dc2738 (patch) | |
| tree | 8f7afff421ac7204754c3aa0bf36d4d246542f6c /src/script.cpp | |
| parent | Merge pull request #1844 from Diapolo/Qt5_compat1 (diff) | |
| download | discoin-807f3e83ba1c5299587c1c94555cd02f47dc2738.tar.xz discoin-807f3e83ba1c5299587c1c94555cd02f47dc2738.zip | |
Bitcoin-Qt: expand GCC Stack-Smashing Protector usage (non Windows)
This patch currently excludes our Windows executable!
- change to use -fstack-protector-all
- the minimum size of buffers (i.e. arrays) that will receive stack
smashing protection was changed to 1 byte (GCC default: 8)
- warn about functions that will not be protected against stack
smashing by adding -Wstack-protector
Diffstat (limited to 'src/script.cpp')
0 files changed, 0 insertions, 0 deletions