reactos/drivers/network/tcpip/ip/transport
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
..
datagram [IP][LWIP][TCPIP] Move ip and lwip libraries to drivers/network/tcpip 2023-02-01 02:31:14 +03:00
rawip [IP][LWIP][TCPIP] Move ip and lwip libraries to drivers/network/tcpip 2023-02-01 02:31:14 +03:00
tcp [IP] Don't reference uninitialized PCB to avoid BSOD. CORE-18982 2023-07-30 16:52:55 -04:00
udp [IP][LWIP][TCPIP] Move ip and lwip libraries to drivers/network/tcpip 2023-02-01 02:31:14 +03:00