mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
![]() 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. |
||
---|---|---|
.. | ||
arp | ||
dwnl | ||
finger | ||
ftp | ||
ipconfig | ||
net | ||
netsh | ||
netstat | ||
nslookup | ||
ping | ||
route | ||
telnet | ||
tracert | ||
whois | ||
wlanconf | ||
CMakeLists.txt |