fixed close race conditions in lwip_select (for LWIP_NETCONN_FULLDUPLEX)

This commit is contained in:
goldsimon
2017-02-24 21:29:29 +01:00
parent f4d13d52d3
commit a38e937dd6
2 changed files with 77 additions and 4 deletions

View File

@@ -26,6 +26,9 @@ HISTORY
++ Bugfixes:
2017-02-24: Simon Goldschmidt
* sockets.c: fixed close race conditions in lwip_select (for LWIP_NETCONN_FULLDUPLEX)
2017-02-24: Simon Goldschmidt
* sockets.c: fixed that select ignored invalid/not open sockets in the fd_sets (bug #50392)