Subject: Re: bin/19377
To: David Laight <david@l8s.co.uk>
From: Joel Wilsson <joelw@unix.se>
List: tech-kern
Date: 01/07/2003 20:41:36
On Tuesday, January 7, 2003, at 06:29  pm, David Laight wrote:
> IIRC you should consider using strlcpy instead of strncpy
> (to ensure the truncated strings are null terminated)

Speaking of which... could we please add strlcat and strlncpy
to our libkern?

//joelw