repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
debug
/
chk_fail.s
blob
ac5e4c7a7b6d0ba522672393a0d0b56ae714d113
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