[openssh-commits] [openssh] branch master updated (d95af508 -> 6fd4daaf)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Mar 14 18:36:14 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  d95af508  upstream: Limit number of entries in SSH2_MSG_EXT_INFO
       new  1d270bd3  upstream: Check pointer for NULL before deref.
       new  6fd4daaf  upstream: Free KRL ptr in addition to its contents.

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 6fd4daafb949b66bf555f3100f715a9ec64c3390
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Mar 14 07:28:47 2023 +0000

    upstream: Free KRL ptr in addition to its contents.
    
    From Coverity CID 291841, ok djm@
    
    OpenBSD-Commit-ID: f146ba08b1b43af4e0d7ad8c4dae3748b4fa31b6

commit 1d270bd303afaf6d94e9098cbbf18e5e539e2088
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Mar 14 07:26:25 2023 +0000

    upstream: Check pointer for NULL before deref.
    
    None of the existing callers seem to do that, but it's worth checking.
    From Coverity CID 291834, ok djm@
    
    OpenBSD-Commit-ID: a0a97113f192a7cb1a2c97b932f677f573cda7a4

Summary of changes:
 authfile.c | 4 +++-
 krl.c      | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

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


More information about the openssh-commits mailing list