[openssh-commits] [openssh] branch master updated (5fc60e82 -> 8bf61e95)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Mar 3 14:50:52 AEDT 2023


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

dtucker pushed a change to branch master
in repository openssh.

      from  5fc60e82  upstream: Remove SUDO in proxy command wrapper. Anything that needs
       new  32755a98  upstream: Check return value from fctnl and warn on failure.
       new  e37261df  upstream: Use time_t for x11_refuse_time timeout. We need
       new  93291bd7  upstream: Check return values of dup2. Spotted by Coverity, ok djm@
       new  8bf61e95  Add Coverity badges.

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 8bf61e95610b48192d4e1720cc15d9004617301d
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Mar 3 14:50:03 2023 +1100

    Add Coverity badges.

commit 93291bd723959adf462b1df958106cf07a7734dd
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Mar 3 03:12:24 2023 +0000

    upstream: Check return values of dup2. Spotted by Coverity, ok djm@
    
    OpenBSD-Commit-ID: 19fb1b53072826d00c67df677731d2f6c1dd602b

commit e37261dff33af23f37202cfce0848d36f5c1055c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Mar 3 02:37:58 2023 +0000

    upstream: Use time_t for x11_refuse_time timeout. We need
    
    SSH_TIME_T_MAX for this, so move from misc.c to misc.h so it's available.
    Fixes a Coverity warning for 64bit time_t safety, ok djm@
    
    OpenBSD-Commit-ID: c69c4c3152cdaab953706db4ccf4d5fd682f7d8d

commit 32755a98c29114b13f4c9d47454bbb265b932ad7
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Mar 3 02:34:29 2023 +0000

    upstream: Check return value from fctnl and warn on failure.
    
    Spotted by Coverity, ok djm@
    
    OpenBSD-Commit-ID: 2097c7db3cf657f1e3a6c5077041bacc63143cab

Summary of changes:
 .github/ci-status.md |  1 +
 README.md            |  1 +
 clientloop.c         | 10 +++++-----
 misc.c               |  5 +----
 misc.h               |  5 ++++-
 scp.c                |  8 +++++---
 sshconnect2.c        |  5 +++--
 sshd.c               | 14 +++++++++-----
 8 files changed, 29 insertions(+), 20 deletions(-)

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


More information about the openssh-commits mailing list