On Wed, Jan 07, 2004 at 12:15:13PM -0500, Ronald Florence wrote:

> No more than maxBufLen bytes are written to buffer. If url requires 
> more than maxBufLen bytes to represent itself, including the 
> terminating null byte. this function returns false. To avoid this 

IN which case we should really be testing the return value, or
mallocing a MAX_PATH_LEN buffer (depending on what it is; if it's just
4096 or so, we can just put it on the stack too)

regards
john

-- 
Khendon's Law:
If the same point is made twice by the same person, the thread is over.

Reply via email to