Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-14 | LoongArch: Add basic STACKPROTECTOR support | Huacai Chen | |
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> |