Compiling with GCC: Stack-smashing detected
ryandaryl opened this issue · 1 comments
ryandaryl commented
The proof of concept code triggers GCC's stack protector. Consider adding -fno-stack-protector to the Makefile?
Note: I'm not sure what to make of this. I feel a proof of concept for a security flaw should not require security protections to be disabled in order to work.
ryandaryl commented
Turns out my webserver was triggering the stack protector.