[openssh-commits] [openssh] branch master updated (0fda9d70 -> d95af508)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Mar 12 22:02:46 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  0fda9d70  bounds checking for getrrsetbyname() replacement;
       new  83a56a49  upstream: Explicitly ignore return from fcntl
       new  8f287ba6  upstream: calloc can return NULL but xcalloc can't.
       new  d95af508  upstream: Limit number of entries in SSH2_MSG_EXT_INFO

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 d95af508e78c0cd3dce56b83853baaa59ae295cf
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sun Mar 12 10:40:39 2023 +0000

    upstream: Limit number of entries in SSH2_MSG_EXT_INFO
    
    request. This is already constrained by the maximum SSH packet size but this
    makes it explicit.  Prompted by Coverity CID 291868, ok djm@ markus@
    
    OpenBSD-Commit-ID: aea023819aa44a2dcb9dd0fbec10561896fc3a09

commit 8f287ba60d342b3e2f750e7332d2131e3ec7ecd0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sun Mar 12 09:41:18 2023 +0000

    upstream: calloc can return NULL but xcalloc can't.
    
    From Coverity CID 291881, ok djm@
    
    OpenBSD-Commit-ID: 50204b755f66b2ec7ac3cfe379d07d85ca161d2b

commit 83a56a49fd50f4acf900f934279482e4ef329715
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Mar 10 07:17:08 2023 +0000

    upstream: Explicitly ignore return from fcntl
    
    (... FD_CLOEXEC) here too.  Coverity CID 291853.
    
    OpenBSD-Commit-ID: 99d8b3da9d0be1d07ca8dd8e98800a890349e9b5

Summary of changes:
 kex.c        | 7 ++++++-
 sftp.c       | 4 ++--
 sshconnect.c | 4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)

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


More information about the openssh-commits mailing list