CVSROOT:        /cvs
Module name:    src
Changes by:     dtuc...@cvs.openbsd.org 2022/05/26 22:27:49

Modified files:
        usr.bin/ssh    : readpass.c 

Log message:
Avoid kill with -1 argument.
The out_ctx label can be reached before fork has been called. If this
happens, then kill -1 would be called, sending SIGTERM to all processes
reachable by the current process.

>From tobias@ and c3h2_ctf via github PR#286, ok djm@

Reply via email to