[openssh-commits] [openssh] branch master updated (73ef0563a -> 203bb8867)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jun 3 00:32:49 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 73ef0563a upstream: replace xmalloc+memset(0) with xcalloc(); from AZero13 via
     new dc6c134b4 upstream: When there's more than one x11 channel in use, return
     new 203bb8867 upstream: Fix x11_channel_used_recently() to return true when channel

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 203bb886797677aa5d61b57be83cfdc1b634bc9c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Jun 2 14:09:34 2025 +0000

    upstream: Fix x11_channel_used_recently() to return true when channel
    
    has been used within the last second, instead of more than a second ago.
    Should fix ~5s delay on X client startup when ObscureKeystrokeTiming is
    enabled. bz#3820, ok (& sigh) djm@
    
    OpenBSD-Commit-ID: b741011e81fb3e3d42711d9bd3ed8a959924dee4

commit dc6c134b48ba4bcfadedcea17b4eddac329601d9
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu May 29 13:27:27 2025 +0000

    upstream: When there's more than one x11 channel in use, return
    
    lastused of most recently used x11 channel instead of the last one found. ok
    djm@
    
    OpenBSD-Commit-ID: 94a72bf988d40a5bae2e38608f4e117f712569fe

Summary of changes:
 channels.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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


More information about the openssh-commits mailing list