fixed bug #24517: IP reassembly crashes on unaligned IP headers by packing the struct ip_reass_helper.

This commit is contained in:
goldsimon
2008-10-15 18:20:23 +00:00
parent 06df1647e1
commit 13a139eef7
2 changed files with 17 additions and 4 deletions

View File

@@ -51,6 +51,10 @@ HISTORY
++ Bugfixes:
2008-10-15 Simon Goldschmidt
* ip_frag.c: fixed bug #24517: IP reassembly crashes on unaligned IP headers
by packing the struct ip_reass_helper.
2008-10-03 David Woodhouse, Jonathan Larmour
* etharp.c (etharp_arp_input): Fix type aliasing problem copying ip address.