Lucien Kong <Lucien.Kong@xxxxxxxxxxxxxxx> writes: > +static char *read_line_from_git_path(const char *filename) > +{ > + struct strbuf buf = STRBUF_INIT; > + FILE *fp = fopen(git_path(filename), "r"); We currently do not pass any filename with per-cent in it, but that call should be git_path("%s", filename) for sanity. -- 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