Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously redsched_correct_skb_pointers set red_p->skb = NULL when red_p->skb_start_seq == meta_tp->snd_una. This issue causes the redundant scheduler keep sending reinjected packets. Replace !after with before in line 192. Closes: multipath-tcp#474 Fixes: 7835e78 ("mptcp: Fix use-after-free in the redundant scheduler") Signed-off-by: ytxing <[email protected]>
- Loading branch information