Jeff King <peff@xxxxxxxx> writes: > Thanks for a thorough bug report. I was able to reproduce it. The > ... > -- >8 -- > Subject: run_diff_files: do not look at uninitialized stat data > ... > We can fix both by splitting the CE_VALID and regular code > paths, and making sure only to look at the stat information > in the latter. Furthermore, we push the declaration of our > "struct stat" down into the code paths that actually set it, > so we cannot accidentally access it uninitialized in future > code. > > Signed-off-by: Jeff King <peff@xxxxxxxx> Thanks for an excellent work, as always. Will queue. -- 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