[openssh-commits] [openssh] branch master updated (6c165c36 -> 23b8cb41)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Mar 5 19:34:22 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  6c165c36  upstream: Use time_t for x11 timeout.
       new  fc7f8f21  upstream: Remove unused compat.h includes.
       new  23b8cb41  upstream: Plug mem leak in moduli checkpoint option parsing.

The 2 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 23b8cb41767af99a1aac24589d1882d9c8c2c205
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sun Mar 5 08:18:58 2023 +0000

    upstream: Plug mem leak in moduli checkpoint option parsing.
    
    From Coverity CID 291894.
    
    OpenBSD-Commit-ID: 9b1aba2d049741ae21c8dc4560a7e29ab17310f4

commit fc7f8f2188d4a4fc8ba77eddbe863c7665666db5
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sun Mar 5 05:34:09 2023 +0000

    upstream: Remove unused compat.h includes.
    
    We've previously removed a lot of the really old compatibility code,
    and with it went the need to include compat.h in most of the files that
    have it.
    
    OpenBSD-Commit-ID: 5af8baa194be00a3092d17598e88a5b29f7ea2b4

Summary of changes:
 auth.c             | 3 +--
 auth2-hostbased.c  | 3 +--
 auth2-none.c       | 3 +--
 auth2-pubkeyfile.c | 3 +--
 auth2.c            | 3 +--
 authfd.c           | 3 +--
 dispatch.c         | 3 +--
 kexgexs.c          | 3 +--
 readconf.c         | 3 +--
 servconf.c         | 3 +--
 serverloop.c       | 3 +--
 session.c          | 3 +--
 ssh-agent.c        | 3 +--
 ssh-dss.c          | 3 +--
 ssh-keygen.c       | 3 ++-
 ssh-rsa.c          | 3 +--
 sshconnect.c       | 3 +--
 17 files changed, 18 insertions(+), 33 deletions(-)

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


More information about the openssh-commits mailing list