[openssh-commits] [openssh] branch master updated (ef98b6014 -> 552a5c786)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Mar 11 21:08:29 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from ef98b6014 upstream: when unveils error our, use correct variable
new 70a412628 upstream: whitespace
new 24168275e upstream: Fix potential 1-byte array overrun
new 552a5c786 upstream: Check return values of fcntl(... O_CLOEXEC)
The 3 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 552a5c786b60a9cfe0d2c157dd18f78950529513
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Mar 11 09:10:59 2026 +0000
upstream: Check return values of fcntl(... O_CLOEXEC)
calls by reusing the macro in monitor.c. Flagged by Coverity CID
901297 in ssh-sk-client.c, a few other instances added for good measure.
begrudging ok deraadt@
OpenBSD-Commit-ID: b9de92e17ac0b04348770e5a25cb15a02b416926
commit 24168275e6d0b29cf2233c3f2c1d4a4614feb582
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Mar 11 09:04:17 2026 +0000
upstream: Fix potential 1-byte array overrun
in the case where read() returns exactly 100 bytes. Flagged by Coverity
CID 901296, ok djm@
OpenBSD-Commit-ID: 66a96b08166e63dcbeed00297c33f09c4f22c1f7
commit 70a41262839a2d65ca8ef9e8ea34ad471c52afa1
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Mar 10 07:27:14 2026 +0000
upstream: whitespace
OpenBSD-Commit-ID: b16d2b4a96406538fa181053926cba44abca7f29
Summary of changes:
misc.h | 8 +++++++-
monitor.c | 7 +------
ssh-agent.c | 4 ++--
ssh-sk-client.c | 6 +++---
sshd-auth.c | 6 +++---
sshd-session.c | 6 +++---
6 files changed, 19 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list