Browse Source
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-protector0.8
Philip Kaufmann
13 years ago
1 changed files with 8 additions and 7 deletions
Loading…
Reference in new issue