[openssh-commits] [openssh] branch master updated (1c1124dc -> 6b73aa29)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 31 16:18:01 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 1c1124dc upstream: don't leak arg2 on parse_pubkey_algos error path; ok
new 6f0308a3 upstream: Return immediately from get_sock_port
new 6b73aa29 upstream: Explictly ignore return codes
The 2 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 6b73aa29035991d1448a1a76f63ac152a6bf931c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Mar 31 04:45:08 2023 +0000
upstream: Explictly ignore return codes
where we don't check them.
OpenBSD-Commit-ID: 1ffb03038ba1b6b72667be50cf5e5e396b5f2740
commit 6f0308a3e717ebe68eeb3f95253612fab5dbf20e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Mar 31 04:42:29 2023 +0000
upstream: Return immediately from get_sock_port
if sock <0 so we don't call getsockname on a negative FD. From Coverity
CID 291840, ok djm@
OpenBSD-Commit-ID: de1c1130646230c2eda559831fc6bfd1b61d9618
Summary of changes:
canohost.c | 4 +++-
scp.c | 6 +++---
sftp.c | 4 ++--
ssh-agent.c | 6 +++---
4 files changed, 11 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