fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api

This commit is contained in:
Simon Goldschmidt
2011-10-17 19:38:47 +02:00
committed by goldsimon
parent d8f090a759
commit 0da2bd7f62
2 changed files with 9 additions and 6 deletions

View File

@@ -49,6 +49,9 @@ HISTORY
++ Bugfixes:
2011-10-17: Simon Goldschmidt
* api_msg.c: fixed bug #34569: shutdown(SHUT_WR) crashes netconn/socket api
2011-10-13: Simon Goldschmidt
* tcp_in.c, tcp_out.c: fixed bug #34517 (persist timer is started although no
zero window is received) by starting the persist timer when a zero window is