<< 20/52 >>
First Last

防御手法 - SSP (stack smashing protector)

最初のコードに戻ります

 void foo() {
   char buf[64];
   gets(buf);
 }