gccでStack Smash Protectorを無効にする
$ gcc hoge.c -fno-stack-protector
gccでStack Smash Protectorを無効にしてコンパイルするには、-fno-stack-protectorオプションを指定する。