[openssh-commits] [openssh] branch master updated (fda31e1e5 -> 893a579e4)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Sep 30 08:26:22 AEST 2025


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

dtucker pushed a change to branch master
in repository openssh.

    from fda31e1e5 upstream: avoid spurious error message when loading certificates
     new c82f4dd6b upstream: Null out keys after freeing in tests in the case where we
     new dfb991bdd upstream: Sort headers as per KNF. Removes diff vs portable.
     new 2f71b44d4 upstream: Include misc.h. Removes diff vs portable.
     new 90f49a185 upstream: Move ifdef to start of file. Removes diff vs portable.
     new 893a579e4 upstream: Add explicit check for array overflow.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 893a579e4b37e6bd89d206dc8e7ac2a906ccf114
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Sep 29 21:37:52 2025 +0000

    upstream: Add explicit check for array overflow.
    
    The array is bounded by a NULL sentinel which already prevents this,
    however since we check the bit vector for overflow Coverity assumes that
    check is for the devices array and flags it as a potential overflow.
    Adding this additional check on the array placates CID 896018.  ok djm@
    deraadt@
    
    OpenBSD-Commit-ID: e92fff41341b38e4206a70655cc9acaaa032ebee

commit 90f49a185ac1a786d9f7e9a710b369afb3692a65
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Sep 29 21:30:15 2025 +0000

    upstream: Move ifdef to start of file. Removes diff vs portable.
    
    OpenBSD-Commit-ID: 55058ac3d477e4c696575039f5b275522b99ffea

commit 2f71b44d48dc8da7fb743d6ffe609aea5a645edb
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Sep 29 21:29:22 2025 +0000

    upstream: Include misc.h. Removes diff vs portable.
    
    OpenBSD-Commit-ID: 8aa48451fe5c37f04a339450c4ed9cfb8f4c288f

commit dfb991bdd826517bbce1cf62ce07bcb3e48a2f27
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Sep 29 21:28:33 2025 +0000

    upstream: Sort headers as per KNF. Removes diff vs portable.
    
    OpenBSD-Commit-ID: 55f5b9eaeb826a25cfb506a78136094275a71bcb

commit c82f4dd6b723a8365b4c538d7c99fe8e46985ed0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Sep 29 07:40:55 2025 +0000

    upstream: Null out keys after freeing in tests in the case where we
    
    potentially reuse the variable.  Fixes Coverity CID 405057.
    
    OpenBSD-Regress-ID: c52e86502b33bfa6e448448a74a0217dd519dd58

Summary of changes:
 auth-krb5.c                            | 2 +-
 auth2-chall.c                          | 5 +++--
 gss-genr.c                             | 2 +-
 gss-serv.c                             | 2 +-
 regress/unittests/sshkey/test_sshkey.c | 7 ++++++-
 5 files changed, 12 insertions(+), 6 deletions(-)

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


More information about the openssh-commits mailing list