mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 18:10:11 +00:00
(__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 %eax, (%esp)
|
||||
call __sigsetjmp@PLT
|
||||
testl %eax, %eax
|
||||
jne 7f
|
||||
|
||||
leal 8(%esp), %eax
|
||||
|
Loading…
Reference in New Issue
Block a user