Re: [PATCH] run_diff_files: do not look at uninitialized stat data

2014-05-15 Thread Junio C Hamano
Jeff King p...@peff.net 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

[PATCH] run_diff_files: do not look at uninitialized stat data

2014-05-14 Thread Jeff King
On Sun, May 11, 2014 at 02:20:57PM -0500, Elliott Cable wrote: So, I've spent some time in the #git channel on Freenode chatting about this, and we couldn't figure it out. I can't reproduce it in a newly-made repository, but it's reproducible with the repository I've been working in.