[openssh-commits] [openssh] branch master updated (e914e61eb -> 37d996bd0)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 26 08:50: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 e914e61eb Remove status bits from OpenSSL >=3 version check.
new 6c3c9f03c Replace hand-rolled modulo with arc4random_uniform.
new 37d996bd0 upstream: Check return codes of sshbuf functions.
The 2 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 37d996bd0537837f15fc540d5aebb1ef2faf2268
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Sep 25 22:17:29 2025 +0000
upstream: Check return codes of sshbuf functions.
Fixes Coverity CIDs 405059 and 405061.
OpenBSD-Regress-ID: defa55d32892172251bbd5efd15731ce55888247
commit 6c3c9f03c3c2cc4e40decbb49b8486abfb9e57df
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Sep 26 08:23:21 2025 +1000
Replace hand-rolled modulo with arc4random_uniform.
Fixes potential modulo-by-zero UB flagged by Coverity CID 405068
Summary of changes:
regress/netcat.c | 2 +-
regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list