[openssh-commits] [openssh] branch master updated (2893c5e7 -> 807be686)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 18 13:33:49 AEDT 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 2893c5e7 Resync fmt_scaled. with OpenBSD.
new ce324cf5 upstream: ssh: xstrdup(): use memcpy(3)
new 5a252d54 upstream: improve DEBUG_CHANNEL_POLL debugging message
new a0b5816f upstream: ssh-keygen -Y check-novalidate requires namespace or SEGV
new 807be686 upstream: helpful comment
The 4 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 807be68684da7a1fe969c399ddce2fafb7997dcb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Mar 18 02:32:22 2022 +0000
upstream: helpful comment
OpenBSD-Commit-ID: e3315a45cb04e7feeb614d76ec80a9fe4ca0e8c7
commit a0b5816f8f1f645acdf74f7bc11b34455ec30bac
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Mar 18 02:31:25 2022 +0000
upstream: ssh-keygen -Y check-novalidate requires namespace or SEGV
will ensue. Patch from Mateusz Adamowski via GHPR#307
OpenBSD-Commit-ID: 99e8ec38f9feb38bce6de240335be34aedeba5fd
commit 5a252d54a63be30d5ba4be76210942d754a531c0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Mar 15 05:27:37 2022 +0000
upstream: improve DEBUG_CHANNEL_POLL debugging message
OpenBSD-Commit-ID: 2275eb7bc4707d019b1a0194b9c92c0b78da848f
commit ce324cf58ba2840e31afeb996935800780c8fa4b
Author: cheloha at openbsd.org <cheloha at openbsd.org>
Date: Sun Mar 13 23:27:54 2022 +0000
upstream: ssh: xstrdup(): use memcpy(3)
Copying the given string into the buffer with strlcpy(3) confers no
benefit in this context because we have already determined the
string's length with strlen(3) in order to allocate that buffer.
Thread: https://marc.info/?l=openbsd-tech&m=164687525802691&w=2
ok dtucker@ millert@
OpenBSD-Commit-ID: f8bfc082e36e2d2dc4e1feece02fe274155ca11a
Summary of changes:
channels.c | 10 +++++-----
ssh-keygen.c | 9 ++++++++-
xmalloc.c | 5 ++---
3 files changed, 15 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