MAX_UN_LEN
if ((src != NULL) && (strlen(src) <= MAX_UN_LEN)) {
if ((dst == NULL) || (strlen(dst) > MAX_UN_LEN))