OVMS3-idf/components/lwip/api
Angus Gratton df816f4940 lwip: Fix leak when accept() fails due to max socket limit
As reported https://esp32.com/viewtopic.php?f=14&t=6171

event_callback() in sockets.c calls conn->socket-- to register
activity on a netconn which may not have any socket yet,
so any socket value < 0 indicates "no controlling socket"
for the netconn.
2018-06-21 15:22:48 +10:00
..
api_lib.c lwip: Fix leak when accept() fails due to max socket limit 2018-06-21 15:22:48 +10:00
api_msg.c remove executable permission from source files 2018-05-29 20:07:45 +08:00
err.c remove executable permission from source files 2018-05-29 20:07:45 +08:00
netbuf.c remove executable permission from source files 2018-05-29 20:07:45 +08:00
netdb.c remove executable permission from source files 2018-05-29 20:07:45 +08:00
netifapi.c remove executable permission from source files 2018-05-29 20:07:45 +08:00
pppapi.c remove executable permission from source files 2018-05-29 20:07:45 +08:00
sockets.c remove executable permission from source files 2018-05-29 20:07:45 +08:00
tcpip.c remove executable permission from source files 2018-05-29 20:07:45 +08:00