version 1.31, 2017/11/07 02:22:50
|
version 1.32, 2017/11/07 02:26:54
|
Line 89 TODO: Give a link to a comprehensive exp
|
Line 89 TODO: Give a link to a comprehensive exp
|
|
|
### PKGSRC_USE_STACK_CHECK |
### PKGSRC_USE_STACK_CHECK |
|
|
This uses `-fstack-check` with GCC for another stack protection |
This uses `-fstack-check` with GCC for another stack protection mitigation. |
mitigation. |
|
|
It asks the compiler to generate code verifying that it does not corrupt the |
|
stack. According to GCC's manual page, this is really only useful for |
|
multi-threaded programs. |
|
|
# Caveats |
# Caveats |
|
|