diff --git a/Plugins/PluginPing/Ping.cpp b/Plugins/PluginPing/Ping.cpp index b82e2f87..3a4949e2 100644 --- a/Plugins/PluginPing/Ping.cpp +++ b/Plugins/PluginPing/Ping.cpp @@ -200,7 +200,7 @@ DWORD WINAPI NetworkThreadProc(LPVOID pParam) { pingData* pData = (pingData*)pParam; - BYTE reply[sizeof(ICMP_ECHO_REPLY) + 12]; + BYTE reply[sizeof(ICMP_ECHO_REPLY) + 32]; HANDLE hIcmpFile; hIcmpFile = g_IcmpCreateFile();