[openssh-commits] [openssh] branch master updated (6f117cb1 -> 379b3012)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 1 13:01:06 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 6f117cb1 Remove unused ivbits argument from chacha_keysetup
new 4a66dac0 upstream: save an unneccessary alloc/free, based on patch from
new f2f32694 upstream: Remove the char * casts from arguments to do_lstat,
new eceafbe0 upstream: include rejected signature algorithm in error message and
new 379b3012 upstream: pack pollfd array before server_accept_loop() ppoll()
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 379b30120da53d7c84aa8299c26b18c51c2a0dac
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Mar 1 01:59:19 2022 +0000
upstream: pack pollfd array before server_accept_loop() ppoll()
call, and terminate sshd if ppoll() returns errno==EINVAL
avoids spin in ppoll when MaxStartups > RLIMIT_NOFILE, reported by
Daniel Micay
feedback/ok deraadt
OpenBSD-Commit-ID: dbab1c24993ac977ec24d83283b8b7528f7c2c15
commit eceafbe0bdbbd9bd2f3cf024ccb350666a9934dd
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Sun Feb 27 01:33:59 2022 +0000
upstream: include rejected signature algorithm in error message and
not the (useless) key type; ok djm@
OpenBSD-Commit-ID: d0c0f552a4d9161203e07e95d58a76eb602a76ff
commit f2f3269423618a83157e18902385e720f9776007
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Feb 25 09:46:24 2022 +0000
upstream: Remove the char * casts from arguments to do_lstat,
do_readdir and do_stat paths since the underlying functions now take a const
char *. Patch from vapier at gentoo.org.
OpenBSD-Commit-ID: 9e4d964dbfb0ed683a2a2900711b88e7f1c0297b
commit 4a66dac052c5ff5047161853f36904607649e4f9
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Feb 25 02:09:27 2022 +0000
upstream: save an unneccessary alloc/free, based on patch from
Martin Vahlensieck; ok dtucker@
OpenBSD-Commit-ID: 90ffbf1f837e509742f2c31a1fbf2c0fd376fd5f
Summary of changes:
auth2-pubkey.c | 6 +++---
monitor.c | 11 ++++-------
sftp-glob.c | 8 ++++----
sshd.c | 29 +++++++++++++++++++----------
4 files changed, 30 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list