[openssh-commits] [openssh] branch master updated (101ebc3a -> afeb6a96)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 30 18:22:39 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 101ebc3a upstream: give more context to UpdateHostKeys messages, mentioning
new 14ef4efe upstream: markus suggests a simplification to previous
new dce74eab upstream: have sshpkt_fatal() save/restore errno before we
new 65d6fd0a upstream: check the return value of ssh_packet_write_poll() and
new afeb6a96 upstream: use sshpkt_fatal() instead of plain fatal() for
The 4 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 afeb6a960da23f0a5cbc4b80cca107c7504e932a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Jan 30 07:21:38 2020 +0000
upstream: use sshpkt_fatal() instead of plain fatal() for
ssh_packet_write_poll() failures here too as the former yields better error
messages; ok dtucker@
OpenBSD-Commit-ID: 1f7a6ca95bc2b716c2e948fc1370753be772d8e3
commit 65d6fd0a8a6f31c3ddf0c1192429a176575cf701
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Jan 30 07:20:57 2020 +0000
upstream: check the return value of ssh_packet_write_poll() and
call sshpkt_fatal() if it fails; avoid potential busy-loop under some
circumstances. Based on patch by Mike Frysinger; ok dtucker@
OpenBSD-Commit-ID: c79fe5cf4f0cd8074cb6db257c1394d5139408ec
commit dce74eab0c0f9010dc84c62500a17771d0131ff3
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Jan 30 07:20:05 2020 +0000
upstream: have sshpkt_fatal() save/restore errno before we
potentially call strerror() (via ssh_err()); ok dtucker
OpenBSD-Commit-ID: 5590df31d21405498c848245b85c24acb84ad787
commit 14ef4efe2bf4180e085ea6738fdbebc199458b0c
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 29 08:17:49 2020 +0000
upstream: markus suggests a simplification to previous
OpenBSD-Commit-ID: 10bbfb6607ebbb9a018dcd163f0964941adf58de
Summary of changes:
clientloop.c | 19 ++++++++++---------
packet.c | 5 ++++-
serverloop.c | 9 +++++----
3 files changed, 19 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list