Bug#277532: nmap -oS segfault

2005-04-23 Thread christophe
* Fyodor <[EMAIL PROTECTED]> [2005:04:22 17:43 -0700]: > Thanks for the report. I think the problem is that I used > varargs/vsnprintf in a non-portable way. You must reset the va_list > between calls to vsnprintf. Here is a patch, which will be in the > next version of Nmap: Yay, that did it.

Bug#277532: nmap -oS segfault

2005-04-22 Thread Fyodor
On Thu, Mar 10, 2005 at 03:36:45AM +0100, christophe wrote: > > Hmm ... that is curious. I wonder if the 4096-byte stack buffer is > > too large for your system. Could you try changing: > > If that has something to do with my system, I can precise it's an ibook > first generation (clamshell) wit

Bug#277532: nmap -oS segfault

2005-03-09 Thread christophe
> Hmm ... that is curious. I wonder if the 4096-byte stack buffer is > too large for your system. Could you try changing: If that has something to do with my system, I can precise it's an ibook first generation (clamshell) with a G3 366 MHz and 128 M Ram. > char b[4096] > > to char b[1024] >

Bug#277532: nmap -oS segfault

2005-03-08 Thread Fyodor
On Tue, Mar 08, 2005 at 02:43:07AM +0100, christophe wrote: > [EMAIL PROTECTED]:~/nmap-3.81$ gdb nmap > GNU gdb 6.3-debian > [blablabla] > > (gdb) r -oS - 192.168.0.1 > Starting program: /home/christophe/nmap-3.81/nmap -oS - 192.168.0.1 > > Program received signal SIGSEGV, Segmentation fault. > 0

Bug#277532: nmap -oS segfault

2005-03-08 Thread christophe
* LaMont Jones <[EMAIL PROTECTED]> [2005:03:07 19:47 -0700]: > On Tue, Mar 08, 2005 at 02:43:07AM +0100, christophe wrote: > > Ok, iirc I replied directly to floydor, instead of replying to the list, > > apologies for that. > > > > As the nmap debian package doesn't have debug turned on, I downlo

Bug#277532: nmap -oS segfault

2005-03-07 Thread LaMont Jones
On Tue, Mar 08, 2005 at 02:43:07AM +0100, christophe wrote: > Ok, iirc I replied directly to floydor, instead of replying to the list, > apologies for that. > > As the nmap debian package doesn't have debug turned on, I downloaded > the last nmap version (3.81) from insecure.org and compiled it wi

Bug#277532: nmap -oS segfault

2005-03-07 Thread christophe
Package: nmap Version: 3.75-1 Followup-For: Bug #277532 Ok, iirc I replied directly to floydor, instead of replying to the list, apologies for that. As the nmap debian package doesn't have debug turned on, I downloaded the last nmap version (3.81) from insecure.org and compiled it with --debug.