[DCCP]: Clear the IPCB area
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 18 Oct 2005 02:03:28 +0000 (12:03 +1000)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Thu, 20 Oct 2005 16:49:59 +0000 (14:49 -0200)
commit49c5bfaffe8ae6e6440dc4bf78b03800960d93f5
treedbd4565b42697a7fdeee8d088f017eb7df8bc594
parentffa29347dfbc158d1f47f5925324a6f5713659c1
[DCCP]: Clear the IPCB area

Turns out the problem has nothing to do with use-after-free or double-free.
It's just that we're not clearing the CB area and DCCP unlike TCP uses a CB
format that's incompatible with IP.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Ian McDonald <imcdnzl@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/ipv4.c
net/dccp/output.c