reactos/base
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
..
applications [NSLOOKUP] Fix crash in case of no network connectivity (#1354) 2019-02-13 13:12:52 +01:00
services [OOPS] That was not meant to be pushed/commited 2019-02-10 20:52:55 +01:00
setup [USETUP][REACTOS] Check the status return value of InitDestinationPaths() (#1264) 2019-02-10 16:43:51 +01:00
shell [ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h 2019-01-15 14:34:53 +02:00
system [TRANSLATION] Update Chinese translation. (#1227) 2019-01-08 13:42:17 +01:00
CMakeLists.txt