CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2017/07/12 04:04:51

Modified files:
        usr.bin/tmux   : cmd-pipe-pane.c job.c server.c window.c 

Log message:
Block signals between forking and clearing signal handlers (or calling
event_reinit) - if the child gets a signal and fires the libevent signal
handler during this period it could write a signal into the parent's
signal pipe. GitHub issue 1001 from Aaron van Geffen.

Reply via email to