+1
−0
+38
−0
Loading
Add basic stack protector support similar to other architectures. A
constant canary value is set at boot time, and with help of compiler's
-fstack-protector we can detect stack corruption.
Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn>