mirror of
https://github.com/opnsense/src.git
synced 2026-05-20 08:56:47 -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
|
||
|---|---|---|
| .. | ||
| gen | ||
| net | ||
| sys | ||
| SYS.h | ||