Subject: Re: recent 1-6 branch libc and mozilla (etc.)
To: enami tsugutomo <enami@but-b.or.jp>
From: Todd C. Miller <Todd.Miller@courtesan.com>
List: current-users
Date: 10/09/2003 15:37:13
In message <20031009211942.489A22ECA@decoy.but-b.or.jp>
	so spake enami tsugutomo (enami):

> btw, what is wrong with cp == eom?

In the cases I investifated, eom pointed to the byte *after* the
end of the buffer, not the last byte of the buffer.  E.g, it was
set to buf + sizeof(buf).  Now, it is entirely possible that it is
set inconsistently in the resolver code.  It's a fairly tangled web
to unravel...

 - todd