Security Basics mailing list archives
Re: gcc stack protection
From: Robert Larsen <robert () the-playground dk>
Date: Mon, 11 Aug 2008 22:13:19 +0200
Just use the -fno-stack-protector switch on gcc: robert@robert-laptop:~$ gcc -fno-stack-protector -o test test.c
Current thread:
- gcc stack protection James Attard (Aug 11)
- Re: gcc stack protection Robert Larsen (Aug 11)
