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, Aug 2, 8:17 PM
Unknown Object (File)
Fri, Aug 1, 9:16 PM
Unknown Object (File)
Thu, Jul 24, 7:28 AM
Unknown Object (File)
Jul 21 2025, 9:56 AM
Unknown Object (File)
Jul 12 2025, 1:39 PM
Unknown Object (File)
Jul 11 2025, 11:25 PM
Unknown Object (File)
Jul 7 2025, 10:03 AM
Unknown Object (File)
Jul 5 2025, 9:39 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

Lint
Lint Skipped
Unit
Tests Skipped