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.
We need to make sure the TCP-MD5SIG is not being used in combination with MPTCP. It's already checked in mptcp_doit(), but we need to make sure that one is not setting it after connect and/or doing other tricks with the socket-options. syzbot found a plethora of issues when combining MPTCP with MD5SIG. A combination that anyways does not work because there is no TCP-option space. Fixes: Zero-day Bug Signed-off-by: Christoph Paasch <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]>
- Loading branch information