스택깨질때 gcc 컴파일 옵션 http://gcc.gnu.org/onlinedocs/gcc-4.2.3/gcc/Optimize-Options.html - 디버깅 할때 스택이 깨지는 경우 또는 stack overflow 를 막기 위해 다음 옵션 사용- mac os 에서는 디폴트로 사용됨 -fstack-protectorEmit extra code to check for buffer overflows, such as stack smashing attacks. This is done by adding a guard variable to functions with vulnerable objects. This includes functions that call alloca, and functions with buff..