typo "pop %eax" [not caught by assembler?]
This commit is contained in:
parent
b45f28f3e9
commit
b84af27a86
@ -88,7 +88,7 @@ L90:
|
||||
movl $4096,%arg3l # buflen
|
||||
movq %rdi,%arg2 # buffer
|
||||
movq %arg6,%arg1 # "/proc/self/exe"
|
||||
push $ __NR_readlink; pop %eax
|
||||
push $ __NR_readlink; pop %rax
|
||||
syscall; testl %eax,%eax; js 0f; movb $0,(%arg2,%rax)
|
||||
0:
|
||||
addq $ L90b - L90a,%arg6 # &amdbxx: f_unfilter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user