[openssh-commits] [openssh] branch master updated (84365594f -> d9df26d7e)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jun 29 17:52:16 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 84365594f upstream: don't print an error message when trying to load a host
new ef6bef31d fix leak of error path; GHPR681 from metsw24-max
new fa5416dec use size_t for lengths; GHPR681 from metsw24-max
new 9d5238f44 return result of raise(2); GHPR681 from metsw24-max
new fceb78d14 check sockaddr length; GHPR681 from metsw24-max
new 365522938 don't leak rrset on fail; GHPR681 from metsw24-max
new d9df26d7e upstream: don't use deprecated ERR_load_crypto_strings()
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit d9df26d7e93f76bc5b1c0cbd31cde0af00ccbbc0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Jun 29 07:46:22 2026 +0000
upstream: don't use deprecated ERR_load_crypto_strings()
GHPR650 from Mike Frysinger
OpenBSD-Regress-ID: bfe86d9be1db4569c091f3d763cba04ddbb86ec0
commit 365522938f7a44df993c38f8a51836bab3628211
Author: Damien Miller <djm at mindrot.org>
Date: Mon Jun 29 17:21:01 2026 +1000
don't leak rrset on fail; GHPR681 from metsw24-max
ok dtucker
commit fceb78d14abc710f2bab31f28d321a9bb2476781
Author: Damien Miller <djm at mindrot.org>
Date: Mon Jun 29 17:18:58 2026 +1000
check sockaddr length; GHPR681 from metsw24-max
ok dtucker
commit 9d5238f44dda8d9455c085f51f2fb00774f69d38
Author: Damien Miller <djm at mindrot.org>
Date: Mon Jun 29 17:17:28 2026 +1000
return result of raise(2); GHPR681 from metsw24-max
ok dtucker
commit fa5416dec1232dc67d979d28942344cdc8086ae6
Author: Damien Miller <djm at mindrot.org>
Date: Mon Jun 29 17:16:55 2026 +1000
use size_t for lengths; GHPR681 from metsw24-max
ok dtucker
commit ef6bef31de60b077cb7da954b202d65156fd510e
Author: Damien Miller <djm at mindrot.org>
Date: Mon Jun 29 17:15:10 2026 +1000
fix leak of error path; GHPR681 from metsw24-max
ok dtucker
Summary of changes:
configure.ac | 4 ++--
openbsd-compat/bsd-cygwin_util.c | 6 ++++--
openbsd-compat/bsd-misc.c | 2 +-
openbsd-compat/fake-rfc2553.c | 3 ++-
openbsd-compat/getrrsetbyname-ldns.c | 3 ++-
regress/misc/ssh-verify-attestation/ssh-verify-attestation.c | 4 ++--
regress/unittests/sshkey/tests.c | 2 +-
regress/unittests/sshsig/tests.c | 5 +++--
regress/unittests/test_helper/test_helper.c | 2 +-
ssherr-libcrypto.c | 2 +-
10 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