commit | b0fcc48cb37057ccbe29481d3297f7b9243a4b92 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Fri Oct 14 19:43:37 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 28 10:25:18 2022 -0500 |
tree | 8a2d0355d1bdea64b604cf0af897bdfc321ae281 | |
parent | e9d3fc7e46a81be3a9530713b4e75f4205961170 [diff] |
net: improve check for no IP options There's no reason we should accept an IP packet with a malformed IHL field. So ensure that it is exactly 5, not just <= 5. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>