syscall_intercept icon indicating copy to clipboard operation
syscall_intercept copied to clipboard

Add examples and/or tests involving signals.

Open GBuella opened this issue 7 years ago • 0 comments

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.

GBuella avatar May 10 '17 21:05 GBuella