On Wed, Jan 24, 2001 at 02:51:58AM +0100, Matthias Andree wrote:
> #1 0x8053e85 in parsefn (dp=0x815e086) at ./print-nfs.c:428
That line is
(void) fn_printn(cp, len, NULL);
where the NULL third argument means "I know how long this string is, you
don't have to check whether it runs past the end of the buffer or not".
The comment two lines above that line is
/* XXX seems like we should be checking the length */
and this suggests that we should, indeed, be checking the length;
unless "len" is a dead variable, the value does, indeed, looks not just
strange but out-and-out bogus.
I'll look into that.
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe