You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently we don’t appear to have a test case for direct return from a signal handler via
sigreturn(2)
incheribsdtest
. This gap came up in a discussion about library compartmentalisation and the need to supportlongjmp(3)
out of signal handlers, which also likely wants a test case of its own.(Discussed with @dpgao.)
The text was updated successfully, but these errors were encountered: