[openssh-commits] [openssh] branch master updated (1842d523 -> 6c165c36)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Mar 4 14:45:33 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 1842d523 upstream: guard against getsockname(-1, ...) from Coverity CID
new e44846a4 upstream: Check for non-NULL before string
new 4a3918f5 upstream: Ensure ms_remain is always initialized
new 6c165c36 upstream: Use time_t for x11 timeout.
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 6c165c36246d8004c20e1df5cec4961a5ac422d6
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sat Mar 4 03:22:59 2023 +0000
upstream: Use time_t for x11 timeout.
Use time_t instead of u_int for remaining x11 timeout checks for 64bit
time_t safety. From Coverity CIDs 405197 and 405028, ok djm@
OpenBSD-Commit-ID: 356685bfa1fc3d81bd95722d3fc47101cc1a4972
commit 4a3918f51bd2d968387e7aa87e33b32c78077fb4
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Mar 3 10:23:42 2023 +0000
upstream: Ensure ms_remain is always initialized
similar to what we do in ssh_packet_write_wait. bz#2687, from jjelen
at redhat.com.
OpenBSD-Commit-ID: a50e0541cf823f8d1c72f71ccde925d3dbe6dfac
commit e44846a4487d2885ac7f2610be09b1e2bf52249b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Mar 3 09:48:51 2023 +0000
upstream: Check for non-NULL before string
comparison. From jjelen at redhat.com via bz#2687.
OpenBSD-Commit-ID: 0d9b2e0cac88a311b5766b1aef737082583c285f
Summary of changes:
channels.c | 8 ++++----
channels.h | 4 ++--
clientloop.c | 4 ++--
packet.c | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list