opnsense-src/lib/libc/riscv/gen
John Baldwin 5e61abf740 Check the magic value in longjmp() before calling sigprocmask().
This avoids passing garbage to sigprocmask() if the jump buffer is
invalid.

Reviewed by:	mhorne
Obtained from:	CheriBSD
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24483
2020-04-21 17:40:23 +00:00
..
_ctx_start.S
_set_tp.c Tidy the _set_tp function for RISC-V. 2020-02-06 21:46:15 +00:00
_setjmp.S Use a single 'ld' to read the jmpbuf magic values instead of 'la; ld'. 2019-12-04 20:50:49 +00:00
fabs.S Replace SOFTFLOAT with __riscv_float_abi_*. 2018-04-19 20:36:15 +00:00
flt_rounds.c Replace SOFTFLOAT with __riscv_float_abi_*. 2018-04-19 20:36:15 +00:00
infinity.c
makecontext.c
Makefile.inc
setjmp.S Check the magic value in longjmp() before calling sigprocmask(). 2020-04-21 17:40:23 +00:00
sigsetjmp.S Use "far" calls and branches so that lld uses valid relocations. 2019-12-04 21:01:13 +00:00