fixed bug #35435: No pcb state check before adding it to time-wait queue while closing

This commit is contained in:
goldsimon
2012-02-11 18:15:17 +01:00
parent 4d71f7270b
commit 63dbd8faed
2 changed files with 13 additions and 8 deletions

View File

@@ -62,6 +62,10 @@ HISTORY
++ Bugfixes:
2012-02-11: Simon Goldschmidt
* tcp.c: fixed bug #35435: No pcb state check before adding it to time-wait
queue while closing
2012-01-22: Simon Goldschmidt
* tcp.c, tcp_in.c: fixed bug #35305: pcb may be freed too early on shutdown(WR)