[openssh-commits] [openssh] branch master updated (fb9aad71c -> 805388d59)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Sep 15 18:24:15 AEST 2026


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

djm pushed a change to branch master
in repository openssh.

    from fb9aad71c upstream: replace testing of vendor PQ signature algorithm
     new b99b84822 openpty: mark inputs const
     new 805388d59 upstream: sftp: don't crash when glob(3) results lack stat information

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 805388d59d82e80c2f07fefa9e1d28a7aa1ce3fc
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Sep 15 08:17:57 2026 +0000

    upstream: sftp: don't crash when glob(3) results lack stat information
    
    Avoid NULL deref crashes when remote glob(3) results lack stat
    information. This can happen if the sftp server selectively fails
    a stat/lstat operation.
    
    GHPR707 from Nguyễn Anh Bình
    
    OpenBSD-Commit-ID: d76b6fe49bfe1b53908d83cf67ab624b7436279f

commit b99b84822cce120af6faf958d258b6f4b8dfc2c2
Author: Mike Frysinger <vapier at chromium.org>
Date:   Sun Jul 12 20:48:13 2026 +0545

    openpty: mark inputs const
    
    This matches BSD & GNU implementations.

Summary of changes:
 openbsd-compat/bsd-openpty.c    | 4 ++--
 openbsd-compat/openbsd-compat.h | 3 ++-
 sftp-usergroup.c                | 2 ++
 sftp.c                          | 5 ++++-
 4 files changed, 10 insertions(+), 4 deletions(-)

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


More information about the openssh-commits mailing list