[openssh-commits] [openssh] branch master updated (d5d6b7d7 -> 2dc32802)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Apr 14 11:45:47 AEST 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from d5d6b7d7 perform report_failed_grab() inline
new 2dc32802 sshd don't exit on transient read errors
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 2dc328023f60212cd29504fc05d849133ae47355
Author: Damien Miller <djm at mindrot.org>
Date: Wed Apr 14 11:42:55 2021 +1000
sshd don't exit on transient read errors
openssh-8.5 introduced a regression that would cause sshd to exit
because of transient read errors on the network socket (e.g. EINTR,
EAGAIN). Reported by balu.gajjala AT gmail.com via bz3297
Summary of changes:
serverloop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list