fixed that select ignored invalid/not open sockets in the fd_sets (bug #50392)

This commit is contained in:
goldsimon
2017-02-24 19:48:59 +01:00
parent 01cc06bcb8
commit 3107d4a0fa
2 changed files with 10 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ HISTORY
++ Bugfixes:
2017-02-24: Simon Goldschmidt
* sockets.c: fixed that select ignored invalid/not open sockets in the fd_sets (bug #50392)
2017-02-16: Simon Goldschmidt
* LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274)