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
rawip
tcp [IP] Don't reference uninitialized PCB to avoid BSOD. CORE-18982 2023-07-30 16:52:55 -04:00
udp