lwip/src/api
Patrick Schlangen 8d7e436a9d Fix select_waiting not being decremented for sockets closed while in lwip_select()
See bug #57445. Short version of the description there: lwip_select() failed
to decrement 'select_waiting' of a socket since that code part failed on
'free_pending' sockets. However, the code does not have to check that as it
has marked the socket to be in use itself earlier.

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2020-01-30 21:04:37 +01:00
..
api_lib.c sys_arch_mbox_tryfetch not validated correctly 2019-12-10 21:46:47 +01:00
api_msg.c Additional Debug-Print in api_msg.c 2020-01-30 20:43:56 +01:00
err.c Revert "Test / RFC: Reformat a few files using clang-format" 2018-07-18 08:34:01 +02:00
if_api.c Revert "Test / RFC: Reformat a few files using clang-format" 2018-07-18 08:34:01 +02:00
netbuf.c Fix and simplify newlines in doxygen documentation 2019-03-28 08:18:20 +01:00
netdb.c Revert "Test / RFC: Reformat a few files using clang-format" 2018-07-18 08:34:01 +02:00
netifapi.c Revert "Test / RFC: Reformat a few files using clang-format" 2018-07-18 08:34:01 +02:00
sockets.c Fix select_waiting not being decremented for sockets closed while in lwip_select() 2020-01-30 21:04:37 +01:00
tcpip.c sys_arch_mbox_tryfetch not validated correctly 2019-12-10 21:46:47 +01:00