reactos/drivers/network/tcpip/ip/transport/tcp
David L Bean f8a6542b15
[IP] Don't reference uninitialized PCB to avoid BSOD. CORE-18982
transport calls to LibTCPConnect that suffer certain early failures
like parameter errors or early route lookup failures return without
initializing the pcb.
In order to avoid later BSOD's this change clears the
ConnectionRequest bucket in those cases.
2023-07-30 16:52:55 -04:00
..
accept.c [IP] Unlock Connection when TCPAllocatePort() fails. CORE-18371 2023-07-29 11:23:13 -04:00
event.c [TCPIP] Rearrange LwIP glue code. 2023-02-01 02:31:14 +03:00
if.c
tcp.c [IP] Don't reference uninitialized PCB to avoid BSOD. CORE-18982 2023-07-30 16:52:55 -04:00