fixed bug #38210 (ip reassembly while remove oldest datagram)

This commit is contained in:
Greg Renda
2015-02-25 21:43:39 +01:00
committed by sg
parent 83740d81f2
commit 4eb9efdd33
2 changed files with 8 additions and 2 deletions

View File

@@ -202,6 +202,9 @@ HISTORY
++ Bugfixes:
2015-02-25: patch by Greg Renda
* ip4_frag.c: fixed bug #38210 (ip reassembly while remove oldest datagram)
2015-02-25: Simon Goldschmidt
* sockets.c: fixed bug #38165 (socket with mulicast): ensure igmp membership
are dropped when socket (not netconn!) is closed.