]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Fix x11_channel_used_recently() to return true when channel
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 2 Jun 2025 14:09:34 +0000 (14:09 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 2 Jun 2025 14:32:30 +0000 (00:32 +1000)
commit203bb886797677aa5d61b57be83cfdc1b634bc9c
treeb563cd938c14b65e5ccf86f5d9f7d62814897f7e
parentdc6c134b48ba4bcfadedcea17b4eddac329601d9
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
channels.c