[openssh-commits] [openssh] branch master updated (7674c03ca -> 3e11478f5)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 23 21:49:13 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 7674c03ca Allow setting LTESTS in repo variables.
     new a4ea7f604 upstream: Explictly set LC_ALL=C on each sort invocation.
     new f097d7bd0 upstream: Don't leak the args list. Coverity CIDs 481569 & 481570,
     new 3e11478f5 upstream: Ensure args to nh_update() fit within uint32, which it

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 3e11478f585408888defa56fa47e8dc6567378d0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 23 11:25:35 2025 +0000

    upstream: Ensure args to nh_update() fit within uint32, which it
    
    should always anyway. Placates Coverity CID 470520.  While there, fix the
    upstream URL.  ok djm@
    
    OpenBSD-Commit-ID: 2478e89fde089a49fa02f9faf6287d35959c9f92

commit f097d7bd07da4634c1a723d1dc4fcf56e7d0e147
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 23 09:26:25 2025 +0000

    upstream: Don't leak the args list. Coverity CIDs 481569 & 481570,
    
    ok job@ tb at .
    
    OpenBSD-Commit-ID: becabcd00513d13d1435b68b7ccffa7151b72393

commit a4ea7f6042f25b41061a83445016a1ea4f470f7b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri May 23 08:40:13 2025 +0000

    upstream: Explictly set LC_ALL=C on each sort invocation.
    
    Remove it from sshd_config (where it could be overridden by shell startup
    scripts, eg on macos-15) causing random test failures.  with & ok djm@
    
    OpenBSD-Regress-ID: ad0a6678964784096e9a9e6d15ead36beed92f18

Summary of changes:
 regress/agent-restrict.sh | 17 +++++++----------
 scp.c                     |  4 +++-
 umac.c                    |  6 +++---
 3 files changed, 13 insertions(+), 14 deletions(-)

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


More information about the openssh-commits mailing list