On Mon, Feb 9, 2015 at 4:33 PM, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > On Mon, Feb 9, 2015 at 4:28 PM, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: >> Since ea02ffa3 (mailmap: simplify map_user() interface, 2013-01-05), >> find_alignment() has been invoking commit_info_destroy() on an >> uninitialized auto 'struct commit_info' (when METAINFO_SHOWN is not >> set). commit_info_destroy() calls strbuf_release() for each of > > s/each of/each/ > > ...despite several proof-reads (sigh). > >> 'commit_info' strbuf member, which randomly invokes free() on whatever >> random stack value happens to be reside in strbuf.buf, thus leading to s/to be/to/ (sigh again) >> periodic crashes. >> >> Reported-by: Dilyan Palauzov <dilyan.palauzov@xxxxxxxxx> >> Signed-off-by: Eric Sunshine <sunshine@xxxxxxxxxxxxxx> -- 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