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
Make sure the whole library is signal safe.
Add tests with some signal related syscalls, at least these two: SYS_rt_sigaction, SYS_rt_sigreturn.
Reevaluate the nr == SYS_rt_sigreturn special case in intercept.c.
The text was updated successfully, but these errors were encountered:
GBuella
changed the title
Add examples and or tests involving signals.
Add examples and/or tests involving signals.
May 11, 2017
Make sure the whole library is signal safe.
Add tests with some signal related syscalls, at least these two: SYS_rt_sigaction, SYS_rt_sigreturn.
Reevaluate the
nr == SYS_rt_sigreturn
special case inintercept.c
.The text was updated successfully, but these errors were encountered: