Eugnis/spectre-attack

Compiling with GCC: Stack-smashing detected

ryandaryl opened this issue · 1 comments

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.

Turns out my webserver was triggering the stack protector.