[openssh-commits] [openssh] branch master updated (2827b6ac3 -> dd8004449)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jun 16 20:07:11 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 2827b6ac3 upstream: Plug leak. Coverity CID 405058.
new bd1bd7e82 upstream: Save return value from sshbuf_len instead of calling it
new 80916d0d3 upstream: Plug mem leak. Patch from afonot via github PR#574, ok djm@
new df3f903d6 upstream: Fix overflow check in sshbuf_dup_string. It's already
new 05f7bf46d upstream: Now that ssh-keygen defaults to the maximum memory for
new dd8004449 upstream: Limit each moduli size to a max of 100 entries.
The 5 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 dd800444943bd64913507f6005586136d49f63db
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Jun 16 09:09:42 2025 +0000
upstream: Limit each moduli size to a max of 100 entries.
OpenBSD-Commit-ID: 747219d54565030ff7c45298b9f5e971801f6cb2
commit 05f7bf46d1e2c101e9cbdd3df2ccee484bed969f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Jun 16 09:07:08 2025 +0000
upstream: Now that ssh-keygen defaults to the maximum memory for
moduli generation we no longer need to run it twice to get enough. Use mkdir
-p instead of a conditional, which allows "make -jN" to work without error.
OpenBSD-Commit-ID: c2eb57285424f819f9520fa33e0d6d3c4a361a5e
commit df3f903d616763a105570610a616dacf0f83438e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Jun 16 09:02:19 2025 +0000
upstream: Fix overflow check in sshbuf_dup_string. It's already
constrained by SSHBUF_SIZE_MAX, but still worth fixing the check. Patch from
afonot via github PR#573, with & ok djm@
OpenBSD-Commit-ID: 438888498e66472fc6a48133196d6538d27bff18
commit 80916d0d3794e2f92dd6998d7c45daba484e4f18
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Jun 16 08:53:04 2025 +0000
upstream: Plug mem leak. Patch from afonot via github PR#574, ok djm@
OpenBSD-Commit-ID: 65619f14ef206028ce39bc31f704b832a0609688
commit bd1bd7e8296aa51a4b3958cef2fbb17894ba94e9
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Jun 16 08:49:27 2025 +0000
upstream: Save return value from sshbuf_len instead of calling it
multiple times. Fixes Coverity CID 470521.
OpenBSD-Regress-ID: 356b8b43c8a232deaf445c1ff7526577b177a8e9
Summary of changes:
.skipped-commit-ids | 2 ++
clientloop.c | 3 ++-
regress/unittests/sshkey/common.c | 12 ++++++------
sshbuf-misc.c | 4 ++--
4 files changed, 12 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list