[openssh-commits] [openssh] branch master updated (eff358890 -> a1a7df8b3)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 25 17:02:31 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from eff358890 Merge VM tests into a single workflow file.
new d85884788 upstream: spelling; ok dtucker@
new ae62a1611 upstream: remove prototype for removed ssh_packet_set_tos() ok
new 0af7e5b69 upstream: remove unneeded externs ok djm@
new 6f28a935c upstream: consistently use NULL for null pointer constants found
new b62aa85dc upstream: clarify intent and avoid (harmess, defined behaviour)
new d0c1e73d4 upstream: fix leaks of config objects in
new 4fddebe7f upstream: add some functions to free various structs, including
new a071af068 upstream: wait for the unprivileged sshd-auth process to exit
new a8a2702bc upstream: fix some leaks; feedback/ok dtucker@
new a1a7df8b3 upstream: fix some leaks in ssh-add; feedback/ok dtucker@
The 10 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 a1a7df8b3694fdd7b55ad6bb8fa7b3d5d7f5b89a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 25 07:00:43 2025 +0000
upstream: fix some leaks in ssh-add; feedback/ok dtucker@
OpenBSD-Commit-ID: 441302917de31a128c1d6d63acccc67042fcf349
commit a8a2702bcd9e81a086e6d2c278f1b62f9d8bf3a1
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 25 06:57:54 2025 +0000
upstream: fix some leaks; feedback/ok dtucker@
OpenBSD-Commit-ID: 05bdbc2e494b87a4a79e509020bd8249c86a4ff0
commit a071af0682d686de85cf471f5e04deaee4d90adb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 25 06:45:50 2025 +0000
upstream: wait for the unprivileged sshd-auth process to exit
before closing the fd it uses to report log messages
This avoids a race where the child process notices the
fd was closed before exiting and spams the logs.
ok dtucker@
OpenBSD-Commit-ID: 7cddaa41be3b955e6bed570900db7ab8817b1e76
commit 4fddebe7f524b3403c876c3b399d5ce7ce3390a6
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 25 06:33:19 2025 +0000
upstream: add some functions to free various structs, including
channels data and packet state; ok dtucker@ tb@
OpenBSD-Commit-ID: a8b3705309d632cdae370d4147a03e703087b0d1
commit d0c1e73d408a24b2db18c0aa1a0108bea0f24210
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 25 06:31:42 2025 +0000
upstream: fix leaks of config objects in
mm_decode_activate_server_options ok dtucker@ tb@
OpenBSD-Commit-ID: 211f4d7d02e847bd1bcb460f6beb11658809a742
commit b62aa85dcbc8f03bf91d26d14fbf8fd5e172d882
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Sep 25 06:25:38 2025 +0000
upstream: clarify intent and avoid (harmess, defined behaviour)
unsigned underflow. ok tb@
OpenBSD-Commit-ID: b73bf5f1f381c3e4561a6cc706fb1cd77c939cd8
commit 6f28a935cc7d073e6647643e81d98b5831df204f
Author: jsg at openbsd.org <jsg at openbsd.org>
Date: Thu Sep 25 06:23:19 2025 +0000
upstream: consistently use NULL for null pointer constants found
with sparse, ok djm@
OpenBSD-Commit-ID: 1067504b63732d809d0d57ad4bc626818d112772
commit 0af7e5b690e2cfe8824f04f154b0e543509dbefd
Author: jsg at openbsd.org <jsg at openbsd.org>
Date: Thu Sep 25 02:15:39 2025 +0000
upstream: remove unneeded externs ok djm@
OpenBSD-Commit-ID: fe553193e910a122505142a4e1db7358cc1ae653
commit ae62a16118bb96a8e449ef25f5e55ef86a52cefb
Author: jsg at openbsd.org <jsg at openbsd.org>
Date: Thu Sep 25 02:12:16 2025 +0000
upstream: remove prototype for removed ssh_packet_set_tos() ok
djm@
OpenBSD-Commit-ID: 396f82995074ef4d7b9ce44168266ef4640d9985
commit d8588478850463f8945aa18d0358b2b227f8b57a
Author: jsg at openbsd.org <jsg at openbsd.org>
Date: Wed Sep 24 00:51:28 2025 +0000
upstream: spelling; ok dtucker@
OpenBSD-Commit-ID: 93870117b0153859dd8baa80b97e44d4558c786b
Summary of changes:
channels.c | 25 +++++++++++++++++++++++--
channels.h | 5 +++--
clientloop.c | 4 ++--
misc.c | 19 +++++++++++++++++--
misc.h | 3 ++-
monitor.c | 22 ++++++++++++++++++++--
monitor_wrap.c | 13 ++++++++++++-
packet.c | 15 ++++++++++++++-
packet.h | 4 ++--
scp.c | 10 +++++-----
servconf.c | 4 ++--
serverloop.c | 4 ++--
session.c | 5 +----
sftp.c | 4 ++--
ssh-add.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++--
ssh-keysign.c | 8 +++++---
ssh-pkcs11.c | 12 ++++++------
sshconnect.c | 4 ++--
sshd-session.c | 20 ++------------------
sshsig.c | 4 ++--
20 files changed, 173 insertions(+), 63 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list