1 --- stack_protector.c.orig 2006-10-05 00:09:07.000000000 -0700
2 +++ stack_protector.c 2006-10-05 00:18:28.000000000 -0700
6 long __guard[8] = {0, 0, 0, 0, 0, 0, 0, 0};
7 -static void __guard_setup(void) __attribute__ ((constructor));
8 +__private_extern__ void __guard_setup(void);
9 void __stack_smash_handler(char func[], int damaged __attribute__((unused)));
12 +__private_extern__ void