reactos/modules/rostests/apitests/iphlpapi
Thomas Faber 93edd2a185
[IPHLPAPI_APITEST] Avoid crash on ROS and failure on Windows. CORE-14411
- Make the reply buffer for IcmpSendEcho large enough to hold the reply,
  even when testing a smaller size. This avoids a buffer overflow with ROS's
  broken implementation.
- Avoid unnecessary initialization.
- Fix IcmpSendEcho return value check to succeed on Win2003.
- Don't free a string literal in the GetInterfaceName test.
2018-05-06 08:36:19 +02:00
..
CMakeLists.txt [IPHLPAPI_APITEST] Add tests for interface resolving functions 2017-12-03 21:08:31 +01:00
GetInterfaceName.c [IPHLPAPI_APITEST] Avoid crash on ROS and failure on Windows. CORE-14411 2018-05-06 08:36:19 +02:00
GetNetworkParams.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
icmp.c [IPHLPAPI_APITEST] Avoid crash on ROS and failure on Windows. CORE-14411 2018-05-06 08:36:19 +02:00
SendARP.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
testlist.c [IPHLPAPI_APITEST] Add tests for interface resolving functions 2017-12-03 21:08:31 +01:00