On 1/20/10, Jonathan del Strother <maillist@xxxxxxxxxxxxxx> wrote: > One thing I wondered about from that commit - shouldn't the "buf = > xmalloc(size);" on dir.c:252 be "buf = xmalloc(size+1);" ? I haven't > really looked at the program flow there, so may be wrong... You would also need to revert 66c3fa0 (Avoid writing to buffer in add_excludes_from_file_1() - 2009-08-20) and see if it fixes the problem. I think there is a potential memory corruption at "buf[i - (i && buf[i-1] == '\r')] = 0;". Don't know if it is the cause though. -- Duy -- 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