
warning3 at nsfocus
Aug 15, 2002, 10:19 PM
Post #2 of 2
(67 views)
Permalink
|
I don't know if it cause the segfault, but it looks there is a typo in accounts.c at line 161: char * data = emalloc(strlen(accounts[i]->login+3)); should be char * data = emalloc(strlen(accounts[i]->login)+3); ---Original Message--- > From : Michel Arboi <arboi [at] noos> > Date : 14 Aug 2002 17:10:28 +0200 > Has anybody already seen this? > nessusd.messages:[Wed Aug 14 17:07:21 2002][10755] user arboi : launching accounts.nes against 192.168.2.62 [21656] > nessusd.messages:[Wed Aug 14 17:07:29 2002][21656] SIGSEGV occured ! > nessusd.messages:[Wed Aug 14 17:07:29 2002][10755] accounts.nes (process 21656) Regards, warning3 <warning3 [at] nsfocus> http://www.nsfocus.com
|