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