- fixed bug #35151: DHCP asserts on incoming option lengths;

- fixed wrong CHANGELOG of the last commit
This commit is contained in:
goldsimon
2012-01-20 21:36:52 +01:00
parent be1dccd15e
commit b163197340
2 changed files with 35 additions and 31 deletions

View File

@@ -6,9 +6,6 @@ HISTORY
++ New features:
2012-01-20: Simon Goldschmidt
* pbuf.c: fixed bug #35291: NULL pointer in pbuf_copy
2012-01-16: Simon Goldschmidt
* opt.h, icmp.c: Added option CHECKSUM_GEN_ICMP
@@ -65,6 +62,12 @@ HISTORY
++ Bugfixes:
2012-01-20: Simon Goldschmidt
* dhcp.c: fixed bug #35151: DHCP asserts on incoming option lengths
2012-01-20: Simon Goldschmidt
* pbuf.c: fixed bug #35291: NULL pointer in pbuf_copy
2011-11-25: Simon Goldschmidt
* tcp.h/.c, tcp_impl.h, tcp_in.c: fixed bug #31177: tcp timers can corrupt
tcp_active_pcbs in some cases