Nmap Development mailing list archives

Re: Nmap 3.92: The Absolutely Perfect Release!


From: Fyodor <fyodor () insecure org>
Date: Mon, 12 Sep 2005 03:33:45 -0700

On Mon, Sep 12, 2005 at 11:05:23AM +0100, Richard Moore wrote:
I'm afraid I've found a bug in 3.92 (build on SuSE 9.0 i386):

Argh!  It looks like I need to do a whole new release because of 1
stupid character:

On line 431 of targets.cc:

    if (hs->hostbatch[i]->timedOut(&now)) {

Should be:

    if (!hs->hostbatch[i]->timedOut(&now)) {

Why are you using --send_ip, by the way?

Cheers,
-F


_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev


Current thread: