commit | 49c5bfaffe8ae6e6440dc4bf78b03800960d93f5 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Oct 18 12:03:28 2005 +1000 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Thu Oct 20 14:49:59 2005 -0200 |
tree | dbd4565b42697a7fdeee8d088f017eb7df8bc594 | |
parent | ffa29347dfbc158d1f47f5925324a6f5713659c1 [diff] |
[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>