From: Arjan van de Ven Date: Tue, 26 Sep 2006 08:52:39 +0000 (+0200) Subject: [PATCH] Add the __stack_chk_fail() function X-Git-Tag: v2.6.19-rc1~1077^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3162f751d04086a9d006342de63ac8f44fe0f72a;p=pandora-kernel.git [PATCH] Add the __stack_chk_fail() function GCC emits a call to a __stack_chk_fail() function when the stack canary is not matching the expected value. Since this is a bad security issue; lets panic the kernel rather than limping along; the kernel really can't be trusted anymore when this happens. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Andi Kleen CC: Andi Kleen --- Reading git-diff-tree failed