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