reactos/base/applications/network/nslookup
Julian Kirsch 42515190c5 [NSLOOKUP] Fix crash in case of no network connectivity (#1354)
Prevent nslookup.exe from crashing when executed in a ROS VM with no network
interfaces. This is due to a NULL pointer dereference occurring if
`GetNetworkParams` in `main` fails with an error other than
`ERROR_BUFFER_OVERFLOW`. In this case, `pNetInfo` remains initialized to
NULL, causing `strncpy` to crash.
2019-02-13 13:12:52 +01:00
..
CMakeLists.txt
nslookup.c [NSLOOKUP] Fix crash in case of no network connectivity (#1354) 2019-02-13 13:12:52 +01:00
nslookup.h
nslookup.rc
utility.c