[openssh-commits] [openssh] branch master updated (96faa0de -> 6c31ba10)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 1 13:41:23 AEST 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 96faa0de upstream: ignore SIGPIPE earlier in main(), specifically before
new 486c4dc3 upstream: Always return allocated strings from the kex filtering so
new 6c31ba10 upstream: Don't leak the strings allocated by order_hostkeyalgs()
The 2 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 6c31ba10e97b6953c4f325f526f3e846dfea647a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Jul 1 03:39:44 2022 +0000
upstream: Don't leak the strings allocated by order_hostkeyalgs()
and list_hostkey_types() that are passed to compat_pkalg_proposal(). Part of
github PR#324 from ZoltanFridrich, ok djm@
This is a roll-forward of the previous rollback now that the required
changes in compat.c have been done.
OpenBSD-Commit-ID: c7cd93730b3b9f53cdad3ae32462922834ef73eb
commit 486c4dc3b83b4b67d663fb0fa62bc24138ec3946
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Jul 1 03:35:45 2022 +0000
upstream: Always return allocated strings from the kex filtering so
that we can free them later. Fix one leak in compat_kex_proposal. Based on
github PR#324 from ZoltanFridrich with some simplications by me. ok djm@
OpenBSD-Commit-ID: 9171616da3307612d0ede086fd511142f91246e4
Summary of changes:
compat.c | 15 +++++++++++----
sshconnect2.c | 16 ++++++++++------
sshd.c | 17 +++++++++++------
3 files changed, 32 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list