Skip to content

fork_exec_child_setup: improve signal handling

Nathaniel Wesley Filardo requested to merge (removed):master into master

Blocked signal state is inherited across exec(), so let's zero that out rather than inherit whatever it was when we spawned the child.

POSIX has some strange rules about SIG_IGN'd SIGCHLD across exec, so let's not do that, just for consistency.

Merge request reports