CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/25 00:45:50
Modified files:
usr.bin/ssh : monitor.c sshd-session.c
Log message:
wait for the unprivileged sshd-auth process to exit before
closing the fd it uses to report log messages
This avoids a race where the child process notices the
fd was closed before exiting and spams the logs.
ok dtucker@
