[openssh-commits] [openssh] branch master updated (a8718c3fc -> 71e877911)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 21 12:56:39 AEDT 2025


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

djm pushed a change to branch master
in repository openssh.

    from a8718c3fc upstream: Free opts in FAIL_TEST. It should always be NULL anyway so
     new dec6334aa upstream: add a sshbuf_get_nulterminated_string() function to pull a
     new 71e877911 upstream: unit tests for sshbuf_get_nulterminated_string()

The 2 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 71e8779113965d60d91ba2d15cdeeb43ecf230a7
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Nov 21 01:29:27 2025 +0000

    upstream: unit tests for sshbuf_get_nulterminated_string()
    
    OpenBSD-Regress-ID: cb0af1e4d6dcc94e263942bc4dcf5f4466d1f086

commit dec6334aaf6f542f34a0aca27dc2f535e9161a67
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Nov 21 01:29:06 2025 +0000

    upstream: add a sshbuf_get_nulterminated_string() function to pull a
    
    \0- terminated string from a sshbuf. Intended to be used to improve parsing
    of SOCKS headers for dynamic forwarding.
    
    ok deraadt; feedback Tim van der Molen
    
    OpenBSD-Commit-ID: cf93d6db4730f7518d5269c279e16b172b484b36

Summary of changes:
 .../unittests/sshbuf/test_sshbuf_getput_basic.c    | 117 ++++++++++++++++++++-
 sshbuf-getput-basic.c                              |  40 ++++++-
 sshbuf.h                                           |   6 +-
 3 files changed, 160 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