mirror of git://sourceware.org/git/glibc.git
(__pthread_once): Check __sigsetjmp return value.
This commit is contained in:
parent
4921e1e20e
commit
e9a7bbab6b
|
|
@ -109,6 +109,7 @@ __pthread_once:
|
||||||
movl $0, 4(%esp)
|
movl $0, 4(%esp)
|
||||||
movl %eax, (%esp)
|
movl %eax, (%esp)
|
||||||
call __sigsetjmp@PLT
|
call __sigsetjmp@PLT
|
||||||
|
testl %eax, %eax
|
||||||
jne 7f
|
jne 7f
|
||||||
|
|
||||||
leal 8(%esp), %eax
|
leal 8(%esp), %eax
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue