cheribsd icon indicating copy to clipboard operation
cheribsd copied to clipboard

sigreturn(2), longjmp(3) out of a signal handler lacks a test cases in cheribsdtest

Open rwatson opened this issue 1 year ago • 0 comments

Currently we don’t appear to have a test case for direct return from a signal handler via sigreturn(2) in cheribsdtest. This gap came up in a discussion about library compartmentalisation and the need to support longjmp(3) out of signal handlers, which also likely wants a test case of its own.

(Discussed with @dpgao.)

rwatson avatar Feb 21 '24 16:02 rwatson