Karl Chen <quarl <at> cs.berkeley.edu> writes: > +static char const *git_config_subst_userdir(char const *value) { > + if (value[0] == '~' && value[1] == '/') { Might you want to check that strlen(value) is at least 2? - Eric -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html