In message <19990715194203.A54146@mad> Tim Vanderhoek writes: : Looking at OpenBSD's actual definition of strlcat() which returns the : number of chars that would have been in the final string is : potentially non-useful, but not really toooooo terrible. No. It is useful. If you look at the return value, you can detect that an overflow would have happened and bail w/o having the overflow actually happen. That is useful (and even documented in the man page by a nice example). : > given the opportunity to submit a replacement manpage, since theirs : > sucks. : : Bah. You're in avail now. Just commit ontop of whatever manpage gets : imported. ;-) If your replacement is good, no one will object. :) I'm planning on committing their man page. I don't see problems with it, purhaps people could point them out to me so that both our man pages and theirs could be better. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: OpenBSD's strlcpy(3) and s... Warner Losh
- Re: OpenBSD's strlcpy(3) and s... Mike Smith
- Re: OpenBSD's strlcpy(3) and s... Warner Losh
- Re: OpenBSD's strlcpy(3) and s... Valentin Nechayev
- Re: OpenBSD's strlcpy(3) and strlc... Warner Losh
- Re: OpenBSD's strlcpy(3) and strlcat(3) Mike Smith
- Re: OpenBSD's strlcpy(3) and strlcat(3) Tim Vanderhoek
- Re: OpenBSD's strlcpy(3) and strlcat(3) Warner Losh
- Re: OpenBSD's strlcpy(3) and strlcat(3) Sheldon Hearn
- Re: OpenBSD's strlcpy(3) and strlcat(3) Tim Vanderhoek
- Re: OpenBSD's strlcpy(3) and strlcat(3) Warner Losh
- Re: OpenBSD's strlcpy(3) and strlcat(3) Sheldon Hearn
- Re: OpenBSD's strlcpy(3) and strlcat(3) Warner Losh
- Re: OpenBSD's strlcpy(3) and strlc... Sheldon Hearn
- Re: OpenBSD's strlcpy(3) and strlcat(3) Tim Vanderhoek
- Re: OpenBSD's strlcpy(3) and strlcat(3) Garance A Drosihn
- Re: OpenBSD's strlcpy(3) and strlcat(3) Joe Greco
- Re: OpenBSD's strlcpy(3) and strlcat(3) Bakul Shah
- Re: OpenBSD's strlcpy(3) and strlcat(3) Tim Vanderhoek
- Re: OpenBSD's strlcpy(3) and strlcat(3) Jos Backus
- Re: OpenBSD's strlcpy(3) and strlcat(3) Dominic Mitchell