[openssh-commits] [openssh] branch master updated (a9cb2e30d -> 0875a78bb)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jun 29 19:16:39 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 a9cb2e30d upstream: fix "ls -n", which was still displaying user/group names
     new 0eaeddeef upstream: s/calloc/xcalloc/ to reduce noise from AI bug detectors
     new 5d8e42933 upstream: check strdup() return to avoid NULL deref on failure.
     new 0875a78bb upstream: fix ineffective max file size check when loading

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 0875a78bb7228986c2e89ef2f5fe041d2ab27ed7
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 29 09:14:25 2026 +0000

    upstream: fix ineffective max file size check when loading
    
    blobs/keys from files and add another one on a patch that was not covered by
    the existing ones. From Tess Gauthier via bz3969 and bz3970
    
    OpenBSD-Commit-ID: c0dec6c587853349113df85b6dc528dc15079af0

commit 5d8e42933ab3f1a1c17608c32d680300f5524a99
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 29 08:59:31 2026 +0000

    upstream: check strdup() return to avoid NULL deref on failure.
    
    bz3948 from RuiHe-MO
    
    OpenBSD-Commit-ID: 2b1fbfb2e1f3359150feadfdf05acaa1c7d211e8

commit 0eaeddeefa4bd9b1241788b27ed2967ab596c759
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 29 08:57:06 2026 +0000

    upstream: s/calloc/xcalloc/ to reduce noise from AI bug detectors
    
    that don't understand context
    
    OpenBSD-Commit-ID: dcef5b1804620f2aed108267bbf5023a81230e14

Summary of changes:
 authfd.c    | 4 ++--
 authfile.c  | 8 +++++++-
 servconf.c  | 8 ++++----
 sshbuf-io.c | 7 +++----
 4 files changed, 16 insertions(+), 11 deletions(-)

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


More information about the openssh-commits mailing list