commit | 4e704ee3c2cd38748ca59d835435d6a7e7f6f613 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jan 14 20:41:12 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 14 20:41:12 2009 -0800 |
tree | 24d4f83bb55748fa5ae79f302b641663fa0488ba | |
parent | f557206800801410c30e53ce7a27219b2c4cf0ba [diff] |
gso: Ensure that the packet is long enough When we get a GSO packet from an untrusted source, we need to ensure that it is sufficiently long so that we don't end up crashing. Based on discovery and patch by Ian Campbell. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Tested-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>