On Fri, Aug 20, 2004 at 02:44:38PM -0700, Tom Duffy wrote:
> #if STUPID_SOLARIS_CHECKSUM_BUG
> - udp->uh_sum = sizeof(struct udphdr_bsd) + datalen;
> + udp->uh_sum = sizeof(udphdr_bsd) + datalen;
> #else
D'oh! I thought I had caught all of those when testing on my Solaris
box. But Solaris 9 doesn't have the checksum problem and so I missed
this one. I've applied your patch for the next version.
Thanks,
Fyodor
---------------------------------------------------------------------
For help using this (nmap-dev) mailing list, send a blank email to
nmap-dev-help@insecure.org . List archive: http://seclists.org
Received on Aug 20 2004