mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-04 03:22:14 +03:00
(__pthread_once): Check __sigsetjmp return value.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user