KTEST_MAX_TRIPLE_LEN
if (strnlen(tstr, KTEST_MAX_TRIPLE_LEN) >= KTEST_MAX_TRIPLE_LEN) {
if ((cp = strndup(tstr, KTEST_MAX_TRIPLE_LEN)) == NULL) {