nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] strncpy(3), die, die, die.

2016-10-29 10:35:40
Hi Steffen,

Therefore i think a function like the Linux strscpy()

That was a new one to me.  I found it, https://manned.org/strscpy.9
It's defined in the Linux kernel.

    ssize_t strscpy(char * dest, const char * src, size_t count);

Does nothing if count is zero.  Otherwise, it's dest's size.
Copies src to dest, as much as fits, truncating, and ensuring it's NUL
terminated.
Returns -E2BIG if truncation occurs.

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>