[openssh-commits] [openssh] branch master updated (a3e92a67 -> b6255593)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Sep 8 18:43:51 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from a3e92a67 Tests for OpenSSL 3.0.0 release & 1.1.1 branch.
new b6255593 Increment nfds when coming from startup_pipe.
The 1 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 b6255593ed5ccbe5e7d3d4b26b2ad31ad4afc232
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Sep 8 18:39:44 2021 +1000
Increment nfds when coming from startup_pipe.
If we have to increase nfds because startup_pipe[0] is above any of the
descriptors passed in the fd_sets, we also need to add 1 to nfds since
select takes highest FD number plus one. bz#3345 from yaroslav.kuzmin
at vmssoftware.com.
Summary of changes:
openbsd-compat/bsd-pselect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list