[openssh-commits] [openssh] branch master updated (cb37e2f0 -> 7cc3fe28)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 3 14:39:48 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from cb37e2f0 upstream: Fix ssh-rsa fallback for old PuTTY interop tests.
new 1ff38f34 Fix memory leak in error path.
new 5428b0d2 upstream: sys/param.h is not needed for any visible reason
new 7cc3fe28 upstream: Add test for client termination status on signal.
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 7cc3fe28896e653956a6a2eed0a25d551b83a029
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Sep 3 04:11:13 2021 +0000
upstream: Add test for client termination status on signal.
Based on patch from Alexxz via github PR#235 with some tweaks, to
match patch in bz#3281.
OpenBSD-Regress-ID: d87c7446fb8b5f8b45894fbbd6875df326e729e2
commit 5428b0d239f6b516c81d1dd15aa9fe9e60af75d4
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date: Thu Sep 2 21:03:54 2021 +0000
upstream: sys/param.h is not needed for any visible reason
OpenBSD-Commit-ID: 8bdea2d0c75692e4c5777670ac039d4b01c1f368
commit 1ff38f34b4c4545eb28106629cafa1e0496bc726
Author: Shchelkunov Artem <a.shchelkunov at ideco.ru>
Date: Wed Aug 11 18:07:58 2021 +0500
Fix memory leak in error path.
*info is allocated via xstrdup but was leaked in the PAM_AUTH_ERR path.
From github PR#266.
Summary of changes:
auth-pam.c | 1 +
regress/Makefile | 3 ++-
regress/exit-status-signal.sh | 24 ++++++++++++++++++++++++
sftp-realpath.c | 3 +--
4 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 regress/exit-status-signal.sh
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list