From bcea8c46c25b4728912132b77f5c33b1485a28a2 Mon Sep 17 00:00:00 2001 From: Julian Barathieu Date: Thu, 6 Feb 2020 14:10:56 +0100 Subject: [PATCH] ssp --- kaleid/kernel/init/ssp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaleid/kernel/init/ssp.c b/kaleid/kernel/init/ssp.c index bf2d70d..f9e3869 100644 --- a/kaleid/kernel/init/ssp.c +++ b/kaleid/kernel/init/ssp.c @@ -24,7 +24,7 @@ #include -ulong __stack_chk_guard = 0xec0ffec0ffec0ffe; +ulong __stack_chk_guard = 0xc0ffeb4b37a7adcc; noreturn void __stack_chk_fail(void) {