Skip to content

Commit

Permalink
OpenSSH: correct logic error in ObscureKeystrokeTiming
Browse files Browse the repository at this point in the history
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
Reviewed by:	gordon
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45823
  • Loading branch information
emaste authored and bsdjhb committed Oct 29, 2024
2 parents ce1b456 + b81424a commit 4a3a2fd
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 4a3a2fd

Please sign in to comment.