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: Make sure that inside_tk_table is 0 when creating a TCP-socket
We only set it to 0 inside MPTCP-functions. But that is way too late... TCP-creation might fail earlier and then we end up in the destroy-function thinking that the subflow is "inside_tk_table". So, we remove it and will end up corrupting the hlist. Fixes: Zero-day bug Signed-off-by: Christoph Paasch <cpaasch@apple.com> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit a794fa3) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> (cherry picked from commit b864616) Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information