fixed bug #41041 Potential use-after-free in IPv6 reassembly

This commit is contained in:
Simon Goldschmidt
2014-01-10 21:47:42 +01:00
parent 75f2c56558
commit 381a7b110a
3 changed files with 31 additions and 5 deletions

View File

@@ -80,6 +80,9 @@ HISTORY
++ Bugfixes:
2014-01-10: Simon Goldschmidt
* ip_frag.c, ip6_frag.c: fixed bug #41041 Potential use-after-free in IPv6 reassembly
2014-01-10: Simon Goldschmidt
* memp.c: fixed bug #41188 Alignment error in memp_init() when MEMP_SEPARATE_POOLS==1