has_dot_dot
static int has_dot_dot(char *name);
if (is_absolute(fullname) || has_dot_dot(fullname)) {