Nmap Development mailing list archives
Re: Nmap 4.01
From: Richard Moore <rich () westpoint ltd uk>
Date: Fri, 10 Feb 2006 09:53:51 +0000
Fyodor wrote:
Let me know if you find any problems. Otherwise I'll probably announce it to the -hackers tomorrow.
This release doesn't seem to have the datadir patch I mailed
yesterday. It fixes the issue reported in the mail titled
'cannot find nmap-os-fingerprints file'. Here's the patch
again.
Rich.
*** NmapOps.cc 2006-02-09 14:07:24.000000000 +0000
--- NmapOps.cc~ 2006-01-22 20:30:19.000000000 +0000
***************
*** 239,245 ****
gettimeofday(&start_time, NULL);
pTrace = vTrace = false;
if (datadir) free(datadir);
! datadir = strdup( NMAPDATADIR );
#if WIN32
Strncpy(tmpxsl, "nmap.xsl", sizeof(tmpxsl));
#else
--- 239,245 ----
gettimeofday(&start_time, NULL);
pTrace = vTrace = false;
if (datadir) free(datadir);
! datadir = NULL;
#if WIN32
Strncpy(tmpxsl, "nmap.xsl", sizeof(tmpxsl));
#else
--
Richard Moore, Principal Software Engineer,
Westpoint Ltd,
Albion Wharf, 19 Albion Street, Manchester, M1 5LN, England
Tel: +44 161 237 1028
Fax: +44 161 237 1031
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Current thread:
- Nmap 4.01 Fyodor (Feb 09)
- Re: Nmap 4.01 Richard Moore (Feb 10)
- Re: Nmap 4.01 Richard Moore (Feb 10)
- Re: Nmap 4.01 Richard Moore (Feb 10)
