fix crash when signal number 0 is passed to sigaction
this error case was overlooked in the old range checking logic. new check is moved out of __libc_sigaction to the public wrapper in order to unify the error path and reduce code size.
Showing
想要评论请 注册 或 登录