fixed bug #31177: tcp timers can corrupt tcp_active_pcbs in some cases

This commit is contained in:
goldsimon
2011-11-25 18:36:52 +01:00
parent 4c8e4fa003
commit 56207f2505
5 changed files with 85 additions and 24 deletions

View File

@@ -49,6 +49,10 @@ HISTORY
++ Bugfixes:
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
2011-11-23: Simon Goldschmidt
* sys.c: fixed bug #34884: sys_msleep() body needs to be surrounded with
'#ifndef sys_msleep'