On 06/22, Dominique Martinet wrote: > > What about the possibility of sighand being null that the function does > check, is that impossible for current as well?
It is only possible if "current" has already exited and passed exit_notify(), iow if it is already a zombie and can be (auto)reaped. Oleg.