On Tue, Mar 16, 2021 at 03:24:16PM +0200, Gal Pressman wrote: > The strlcpy function doesn't limit the source length, use the preferred > strscpy function instead. Why do we need to limit the source length here? Either this is a bug because the source string is no NULL terminated or it is OK as is? Jason