mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
This commit is contained in:
parent
20a2881462
commit
453981b882
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue