diff --git a/CHANGELOG b/CHANGELOG index b09dc0cc5..e0fb9fb0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$) +o Fixed a crash in IPID Idle scan. Thanks to Ron + (iago(a)valhallalegends.com>, Bakeman (bakeman(a)physics.unr.edu), + and others for reporting the problem. + 3.94ALPHA3 o Updated NmapFE to build with GTK2 rather than obsolete GTK1. Thanks diff --git a/idle_scan.cc b/idle_scan.cc index 3138f0fa0..db89e9d4d 100644 --- a/idle_scan.cc +++ b/idle_scan.cc @@ -311,7 +311,6 @@ void initialize_idleproxy(struct idle_proxy_info *proxy, char *proxyName, for(i=0; i < NUM_IPID_PROBES; i++) probe_returned[i] = 0; - // memset(proxy, 0, sizeof(*proxy)); initialize_proxy_struct(proxy); initialize_timeout_info(&proxy->host.to);