[openssh-commits] [openssh] branch V_8_9 updated (58802008 -> bc04f267)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Apr 1 23:59:10 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch V_8_9
in repository openssh.

      from  58802008  Resync fmt_scaled. with OpenBSD.
       new  bc04f267  Only return events from ppoll that were requested.

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 bc04f2674a8feeea3777e957310f57427f39b7cb
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Apr 1 23:38:44 2022 +1100

    Only return events from ppoll that were requested.
    
    If the underlying system's select() returns bits that were not in the
    request set, our ppoll() implementation can return revents for events
    not requested, which can apparently cause a hang.  Only return revents
    for activity in the requested event set.  bz#3416, analysis and fix by
    yaroslav.kuzmin at vmssoftware com, ok djm@

Summary of changes:
 openbsd-compat/bsd-poll.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list