This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
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 <cpaasch@apple.com> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit 7835e78) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit 7b2f536) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information