[openssh-commits] [openssh] branch master updated (6c6072ba -> aad87b88)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 1 16:40:41 AEST 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 6c6072ba See if SA_RESTART signals will interrupt select().
new 99ce9cef upstream: avoid NULL dereference when attempting to convert invalid
new 31909696 upstream: expose vasnmprintf(); ok (as part of other commit) markus
new aad87b88 upstream: when receving a file in sink(), be careful to send at
The 3 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 aad87b88fc2536b1ea023213729aaf4eaabe1894
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 06:31:42 2020 +0000
upstream: when receving a file in sink(), be careful to send at
most a single error response after the file has been opened. Otherwise the
source() and sink() can become desyncronised. Reported by Daniel Goujot,
Georges-Axel Jaloyan, Ryan Lahfa, and David Naccache.
ok deraadt@ markus@
OpenBSD-Commit-ID: 6c14d233c97349cb811a8f7921ded3ae7d9e0035
commit 31909696c4620c431dd55f6cd15db65c4e9b98da
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 06:28:52 2020 +0000
upstream: expose vasnmprintf(); ok (as part of other commit) markus
deraadt
OpenBSD-Commit-ID: 2e80cea441c599631a870fd40307d2ade5a7f9b5
commit 99ce9cefbe532ae979744c6d956b49f4b02aff82
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 04:23:11 2020 +0000
upstream: avoid NULL dereference when attempting to convert invalid
ssh.com private keys using "ssh-keygen -i"; spotted by Michael Forney
OpenBSD-Commit-ID: 2e56e6d26973967d11d13f56ea67145f435bf298
Summary of changes:
scp.c | 96 +++++++++++++++++++++++++++++++++++++-----------------------
ssh-keygen.c | 9 +++---
utf8.c | 5 ++--
utf8.h | 3 +-
4 files changed, 68 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list