Jonathan Nieder wrote: > --- a/vcs-svn/svndump.c > +++ b/vcs-svn/svndump.c > @@ -107,20 +107,37 @@ static void init_keys(void) [...] > } else if (!strncmp(t, "V ", 2)) { > len = atoi(&t[2]); > val = buffer_read_string(len); > + if (!t) > + die_short_read(); This should have said "if (!val)". Sorry for the confusion. -- 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