clarify the purpose of this project
[nyanglibc.git] / debug / stack_chk_fail.s
blob39b75b1ac8f691daa45afceda63250510a856f5d
1 .text
2 .section .rodata.str1.1,"aMS",@progbits,1
3 .LC0:
4 .string "stack smashing detected"
5 .text
6 .p2align 4,,15
7 .globl __stack_chk_fail
8 .type __stack_chk_fail, @function
9 __stack_chk_fail:
10 leaq .LC0(%rip), %rdi
11 subq $8, %rsp
12 call __fortify_fail
13 .size __stack_chk_fail, .-__stack_chk_fail
14 .globl __stack_chk_fail_local
15 .set __stack_chk_fail_local,__stack_chk_fail
16 .hidden __fortify_fail