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: Avoid double-free of fastopen_req
Setting tp->fastopen_req to NULL in mptcp_rcv_synsent_state_process may be too late, because the master-sk may get destroyed much earlier in case of any other of the error-conditions. Make sure that it is set to NULL as soon as possible. Fixes: e56ce50 ("Merge tag 'v4.11' into mptcp_trunk") Signed-off-by: Christoph Paasch <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]> (cherry picked from commit 5bc4937) Signed-off-by: Matthieu Baerts <[email protected]> (cherry picked from commit cbcde89) Signed-off-by: Matthieu Baerts <[email protected]> (cherry picked from commit 575e790) Signed-off-by: Matthieu Baerts <[email protected]>
- Loading branch information