[openssh-commits] [openssh] branch master updated (7187d3f8 -> bf4dae0a)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 10 14:47:48 AEDT 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 7187d3f8 upstream: Remove no-op (int) > INT_MAX checks
new d6d38fd7 upstream: Like sshd_config, some ssh_config options are not
new 4e04d68d upstream: Expliticly ignore return code from fcntl(.. FD_CLOEXEC) since
new bf4dae0a Add prototypes for mkstemp replacements.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit bf4dae0ad192c3e2f03f7223834b00d88ace3d3e
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Mar 10 14:46:57 2023 +1100
Add prototypes for mkstemp replacements.
Should prevent warnings due to our wrapper function.
commit 4e04d68d6a33cdc73b831fd4b5e6124175555d3d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Mar 10 03:01:51 2023 +0000
upstream: Expliticly ignore return code from fcntl(.. FD_CLOEXEC) since
there's not much we can do anyway. From Coverity CID 291857, ok djm@
OpenBSD-Commit-ID: 051429dd07af8db3fec10d82cdc78d90bb051729
commit d6d38fd77cbe091c59e1bb720c3a494df4990640
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Mar 10 02:32:04 2023 +0000
upstream: Like sshd_config, some ssh_config options are not
first-match-wins. sshd_config.5 was fixed in r1.348, this is the same for
this file
OpenBSD-Commit-ID: 7be55b9351cde449b136afcc52d07aa4113b215e
Summary of changes:
channels.c | 8 ++++----
openbsd-compat/mktemp.c | 1 +
openbsd-compat/openbsd-compat.h | 1 +
ssh_config.5 | 6 +++---
4 files changed, 9 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list