[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)
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>

No differences found