Please contact the administrator of the referring document and inform them of the time the error occurred, and anything you might have done that may have caused the error.
The strlcpy() function copies at most dstsize-1 characters (dstsize being the size of the string buffer dst) from src to dst, truncating src if necessary. The result is always null-terminated.