Re: harglists
Renaud Deraison <[email protected]>
| Newsgroups | gmane.comp.security.nessus.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 21, 2003 at 12:03:55PM +0100, Jonny Stone wrote: > Hello, > i try replace arglists by harglists in nessusd but i find only one function > to r > eplace. > TODO is dated on 2001/01/30 and the work i suppose is finish. > Can oyu tell me if i'm in wrong You may want to look at the branch NO_ARGLIST in CVS (which is very old though - it may be faster to restart from scratch). The problem is the way arglists (linked lists) handle memory and pointers, compared to harglsts (hash tables), so it might not be a trivial task...