stackprotector: better self-test
authorArjan van de Ven <arjan@linux.intel.com>
Fri, 11 Jul 2008 12:09:55 +0000 (05:09 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 11 Jul 2008 18:32:58 +0000 (20:32 +0200)
check stackprotector functionality by manipulating the canary briefly
during bootup.

far more robust than trying to overflow the stack. (which is architecture
dependent, etc.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found