From: Kees Cook Date: Mon, 8 Jul 2013 17:01:30 +0000 (-0700) Subject: lkdtm: fix stack protector trigger X-Git-Tag: v3.12-rc1~185^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f198289747f0391bc5a5574279b1791a8ca2d06;p=pandora-kernel.git lkdtm: fix stack protector trigger The -fstack-protector compiler flag will only build stack protections if a character array is seen. Additionally, the offset to the saved instruction pointer changes based on architecture, so stomp much harder (64 bytes) when corrupting the stack. Signed-off-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed