[openssh-commits] [openssh] branch master updated (5d415897a -> 930a45ee7)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jun 12 20:52:47 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 5d415897a upstream: Remove dead code ternary. We always report at least
     new 567ef4e7d upstream: Plug mem leak on error path.
     new 2314d87f9 upstream: Plug mem leak on error path here too.
     new 930a45ee7 upstream: Set user, host and path to NULL immediately before calling

The 3 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 930a45ee759728c8ba711c45a2a985b8191bd297
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jun 12 10:09:39 2025 +0000

    upstream: Set user, host and path to NULL immediately before calling
    
    parse_user_host_path in tests.  This ensures that we don't accidentally use
    the previous value if the function under test doesn't set them Also fixes
    Coverity CIDs 405056 405065 405066.
    
    OpenBSD-Regress-ID: 43678ff59001712f32214fe303b1c21c163c2960

commit 2314d87f9b8b430532111fd6e5e8df0cf9068c9c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jun 12 09:26:57 2025 +0000

    upstream: Plug mem leak on error path here too.
    
    Coverity CID 307781.
    
    OpenBSD-Regress-ID: 18e053d9b661fbb4227d3db03172077c1216bb2e

commit 567ef4e7ddc5c1e7a461560963a1dc759669821d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jun 12 09:19:43 2025 +0000

    upstream: Plug mem leak on error path.
    
    Coverity CID 307776.
    
    OpenBSD-Regress-ID: c44246690973e1b8643e51079a2faa7ace26490c

Summary of changes:
 regress/misc/sk-dummy/sk-dummy.c    | 4 ++--
 regress/unittests/misc/test_parse.c | 8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

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


More information about the openssh-commits mailing list