[openssh-commits] [openssh] branch master updated (5530e5f83 -> 5d415897a)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jun 11 23:35:23 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 5530e5f83 Replace Windows 2019 runners with 2025 ones.
     new 4b3d27032 upstream: Improve termination condition of while loop to compare
     new 5d415897a upstream: Remove dead code ternary. We always report at least

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 5d415897ac04e237f1fa73b9dcb9ba8fb3ac812b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Jun 11 13:27:11 2025 +0000

    upstream: Remove dead code ternary. We always report at least
    
    KB/s, so B/s is never used.  Coverity CID 291809, ok djm@
    
    OpenBSD-Commit-ID: a67c5bcc9e19c8965bfeace0e337b13660efa058

commit 4b3d27032ba88dd089b721f3bbe3e4a8d23b4ae1
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Jun 11 13:24:05 2025 +0000

    upstream: Improve termination condition of while loop to compare
    
    size_t's.  Assuming read() does what it's supposed to this shouldn't matter,
    but should be more robust.  Flagged by Coverity CID 470514, ok djm@
    
    OpenBSD-Commit-ID: d7b5ad60feb797b3464964b9ea67fd78fb9d6cc6

Summary of changes:
 progressmeter.c | 8 ++++----
 readpass.c      | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

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


More information about the openssh-commits mailing list