]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: wait for the unprivileged sshd-auth process to exit
authordjm@openbsd.org <djm@openbsd.org>
Thu, 25 Sep 2025 06:45:50 +0000 (06:45 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 25 Sep 2025 07:01:57 +0000 (17:01 +1000)
commita071af0682d686de85cf471f5e04deaee4d90adb
treee09596ecc9fa654753cd60657753f44aa3afa594
parent4fddebe7f524b3403c876c3b399d5ce7ce3390a6
upstream: 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@

OpenBSD-Commit-ID: 7cddaa41be3b955e6bed570900db7ab8817b1e76
monitor.c
sshd-session.c