strlcpy is a BSD-ism that isn't in posix. The official recommendation is stpecpy. Unfortunately, it is only implemented in the documentation, but not available anywhere unless you roll your own:https://man7.org/linux/man-pages/man7/string_copying.7.html
bentley|2 months ago
https://pubs.opengroup.org/onlinepubs/9799919799/functions/s...
manwe150|2 months ago
tptacek|2 months ago
(I agree with the author of the piece that strlcpy doesn't actually solve the real problem.)