Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: Fix use-after-free in the redundant scheduler
There still is a use-after-free in the redundant scheduler. Just using end_seq is definitely not enough. We need to make sure that the entire skb is within snd_una -> snd_nxt. Fixes: 9796f92 ("mptcp: Make sure only valid skb's are pointed to by the redundant scheduler") Signed-off-by: Christoph Paasch <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]>
- Loading branch information