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
However, maybe we should have restored to SIG_IGN only if the previous is SIG_DFL, otherwise if there was another handler, we should have restored it.
Not a big problem (until it breks someone elses code).
In #8 we restored signal handler to
SIG_IGNHowever, maybe we should have restored to
SIG_IGNonly if the previous isSIG_DFL, otherwise if there was another handler, we should have restored it.Not a big problem (until it breks someone elses code).