Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: more strict state checking for acks
Syzkaller found a way to trigger division by zero in mptcp_subflow_cleanup_rbuf(). The current checks implemented into tcp_can_send_ack() are too week, let's be more accurate. Reported-by: Christoph Paasch <[email protected]> Fixes: ea4ca58 ("mptcp: refine MPTCP-level ack scheduling") Fixes: fd89767 ("mptcp: be careful on MPTCP-level ack.") Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Mat Martineau <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information