Torsten Bögershausen <tboegi@xxxxxx> writes: > + if (!lstat(path, &st)) > + return check_ok_to_remove(path, len, DT_UNKNOWN, NULL, &st, > + error_type, o); > } else if (!lstat(ce->name, &st)) What happens if lstat returns a non-0 value? Anyway, this seems to have been fixed by a93e53018 (Wed Jan 12 20:28:09 2011, unpack-trees: handle lstat failure for existing file) already. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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