Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V4.1.0.0
-
Labels:None
-
Account:SPC TCP_IP (SPCTCPIP)
Description
LwIP_Tcp_Listen can silently fail when reaching out of memory condition
see call in LwIP_Tcp_Listen
(void)tcp_listen_with_backlog(&(ptSock->tPCB.tConnection), uiBacklog);