Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d97b07ef authored by Herbert Xu's avatar Herbert Xu Committed by Adrian Bunk
Browse files

[IPV4] raw: Strengthen check on validity of iph->ihl


[ Upstream commit: f844c74f ]

We currently check that iph->ihl is bounded by the real length and that
the real length is greater than the minimum IP header length.  However,
we did not check the caes where iph->ihl is less than the minimum IP
header length.

This breaks because some ip_fast_csum implementations assume that which
is quite reasonable.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent f9fdf127
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment