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, Mar 8, 8:45 AM
Unknown Object (File)
Wed, Feb 26, 10:49 PM
Unknown Object (File)
Sat, Feb 22, 2:17 PM
Unknown Object (File)
Thu, Feb 20, 4:27 PM
Unknown Object (File)
Tue, Feb 18, 9:22 AM
Unknown Object (File)
Feb 6 2025, 11:17 PM
Unknown Object (File)
Feb 3 2025, 8:35 PM
Unknown Object (File)
Jan 31 2025, 11:51 PM
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