Page MenuHomeFreeBSD

OpenSSH: correct logic error in ObscureKeystrokeTiming
ClosedPublic

Authored by emaste on Jul 1 2024, 1:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 7:35 PM
Unknown Object (File)
Fri, Sep 19, 5:40 PM
Unknown Object (File)
Sep 10 2025, 10:02 PM
Unknown Object (File)
Sep 1 2025, 12:31 AM
Unknown Object (File)
Aug 31 2025, 11:52 PM
Unknown Object (File)
Aug 29 2025, 11:49 AM
Unknown Object (File)
Aug 24 2025, 5:16 PM
Unknown Object (File)
Aug 24 2025, 12:45 AM
Subscribers

Details

Summary
Cherry-pick fix:
upstream: when sending ObscureKeystrokeTiming chaff packets, we
can't rely on channel_did_enqueue to tell that there is data to send. This
flag indicates that the channels code enqueued a packet on _this_ ppoll()
iteration, not that data was enqueued in _any_ ppoll() iteration in the
timeslice. ok markus@

OpenBSD-Commit-ID: 009b74fd2769b36b5284a0188ade182f00564136

Obtained from:  openssh-portable 146c420d29d0

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable