1 2 3 4 5 6
extern void __stack_chk_fail (void) ; void __attribute__((visibility ("hidden"))) __stack_chk_fail_local (void) { __stack_chk_fail() ; }