[openssh-commits] [openssh] branch master updated (e5055ef26 -> 2c504a74e)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Sep 30 10:58:43 AEST 2025


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

djm pushed a change to branch master
in repository openssh.

    from e5055ef26 Don't log audit messages with UNKNOWN hostname
     new 42b14ff1e upstream: fix memory leak in mux_client_request_stdio_fwd GHPR#575
     new 1f7556753 upstream: avoid a fatal() when sftp tab-completes filenames that
     new 2c504a74e upstream: during sftp uploads, avoid a condition where a failed write

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 2c504a74ed81d13c8198a89ed1040d0fc5f73129
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 30 00:10:42 2025 +0000

    upstream: during sftp uploads, avoid a condition where a failed write
    
    could be ignored if a subsequent write succeeded.
    
    This is unlikely but technically possible because sftp servers are
    allowed to reorder requests.
    
    Reported by Graziano Stefani, ok tb@
    
    OpenBSD-Commit-ID: 03904bce2c7f787223d01d7e1179fde15753eca3

commit 1f7556753869654ba5e2bf61e384c5da2db5ca6a
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 30 00:06:06 2025 +0000

    upstream: avoid a fatal() when sftp tab-completes filenames that
    
    share common utf-8 characters that don't encode to a complete codepoint
    
    from menthu.zhou via GHPR#587; ok dtucker@
    
    OpenBSD-Commit-ID: e07e4d8a8cac032ab536570b8214e6ef6839b585

commit 42b14ff1e06fd683c7d15a6b2816c16108873a5a
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 30 00:03:09 2025 +0000

    upstream: fix memory leak in mux_client_request_stdio_fwd GHPR#575
    
    by Boris Tonofa; ok dtucker
    
    OpenBSD-Commit-ID: 410cdd05242304bd0196b9172ce5fcaf89d2d8ce

Summary of changes:
 mux.c         |  6 ++++--
 sftp-client.c | 10 ++++++----
 sftp.c        |  7 ++++++-
 3 files changed, 16 insertions(+), 7 deletions(-)

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


More information about the openssh-commits mailing list