[openssh-commits] [openssh] branch master updated (fd7e7de4 -> 9778a15f)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Nov 18 10:20:18 AEDT 2021


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

djm pushed a change to branch master
in repository openssh.

      from  fd7e7de4  upstream: set num_listen_socks to 0 on close-all instead of -1,
       new  76292787  compat for timespecsub() and friends
       new  fcd8d895  update depends
       new  9778a15f  adjust seccomp filter for select->poll conversion

The 3 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 9778a15fa6dbdac6a95bf15865c2688b4bd6944e
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Nov 18 10:16:55 2021 +1100

    adjust seccomp filter for select->poll conversion
    
    Needed to add ppoll syscall but also to relax the fallback rlimit
    sandbox. Linux poll() fails with EINVAL if npfds > RLIMIT_NOFILE,
    so we have to allow a single fd in the rlimit.

commit fcd8d895bbb849c64f0aed934e3303d37f696f5d
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Nov 18 10:16:44 2021 +1100

    update depends

commit 76292787a1e93e668f10e36b4bf59ce0ae28e156
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Nov 18 09:26:20 2021 +1100

    compat for timespecsub() and friends

Summary of changes:
 .depend                  | 96 ++++++++++++++++++++++++------------------------
 defines.h                | 33 +++++++++++++++++
 sandbox-seccomp-filter.c | 11 +++++-
 3 files changed, 91 insertions(+), 49 deletions(-)

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


More information about the openssh-commits mailing list