[openssh-commits] [openssh] branch master updated (0c1165fc -> 0ca128c9)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Sep 16 15:38:08 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 0c1165fc avoid gcc warning in fuzz test
new f82e5e22 upstream: minor grammar/sort fixes for refuseconnection; ok djm
new 0ca128c9 upstream: use 64 bit math to avoid signed underflow. upstream code
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 0ca128c9ee894f1b0067abd473bfb33171df67f8
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Sep 16 05:37:05 2024 +0000
upstream: use 64 bit math to avoid signed underflow. upstream code
relies on using -fwrapv to provide defined over/underflow behaviour, but we
use -ftrapv to catch integer errors and abort the program. ok dtucker@
OpenBSD-Commit-ID: 8933369b33c17b5f02479503d0a92d87bc3a574b
commit f82e5e22cad88c81d8a117de74241328c7b101c3
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Sun Sep 15 08:27:38 2024 +0000
upstream: minor grammar/sort fixes for refuseconnection; ok djm
OpenBSD-Commit-ID: 1c81f37b138b8b66abba811fec836388a0f3e6da
Summary of changes:
sntrup761.c | 14 +++++++-------
sntrup761.sh | 7 ++++++-
sshd_config.5 | 8 ++++----
3 files changed, 17 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list