[openssh-commits] [openssh] branch master updated (976b9588 -> a1d42a6c)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 14 14:09:44 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  976b9588  Wrap OpenSSL includes in unit tests in ifdef.
       new  a1d42a6c  fix edge case in poll(2) wrapper

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 a1d42a6ce0398da3833bedf374ef2571af7fea50
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Jan 14 13:49:32 2022 +1100

    fix edge case in poll(2) wrapper
    
    Correct handling of select(2) exceptfds. These should only be consulted
    for POLLPRI flagged pfds and not unconditionally converted to POLLERR.
    
    with and ok dtucker@

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

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


More information about the openssh-commits mailing list