mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
setjmp() gets the jmp_buf pointer from the wrong place (the place
where the return address is) in the shlib case, and uses it (only)
to fetch the current signal mask to address (return_address + 28).
This address is normally read-only (I hope), so the sigprocmask()
call has no effect except to return an error code.
\end{quote}
Submitted by: bde
|
||
|---|---|---|
| .. | ||
| _setjmp.S | ||
| frexp.c | ||
| infinity.c | ||
| isinf.c | ||
| ldexp.c | ||
| Makefile.inc | ||
| setjmp.S | ||
| sigsetjmp.S | ||