[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memory
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 20 Apr 2005 05:30:14 +0000 (22:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Apr 2005 05:30:14 +0000 (22:30 -0700)
So here is a patch that introduces skb_store_bits -- the opposite of
skb_copy_bits, and uses them to read/write the csum field in rawv6.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found