Skip to content

WIP: testing/various: enable stackprotector

On x86, the stack protector was disabled by addinsg -fno-stack-protector to CFLAGS. This was due to rust not passing -lssp_nonshared to the linker, causing build errors while linking.

Rust has been patched to fix this issue, so now we can enable stack protection again.

Edited by Kevin Daudt

Merge request reports