This repository has been archived by the owner on Apr 14, 2021. 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.
Fix heap overflow in ip_reass on big packet input
When the first fragment does not fit in the preallocated buffer, q will already be pointing to the ext buffer, so we mustn't try to update it. Fixes CVE-2019-14378 Signed-off-by: Samuel Thibault <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
- Loading branch information