Hi, On Tue, 17 Jun 2008, Junio C Hamano wrote: > The data read from MERGE_RR file is kept in path-list by hanging textual > 40-byte conflict signature to path of the blob that contains the > conflict. The signature is strdup'ed twice, and the second copy is given > to the path-list, leaking the first copy. > > Signed-off-by: Junio C Hamano <junio@xxxxxxxxx> > --- > * Am I overlooking something obvious, or is this simply a never-reviewed > buglet that nobody has noticed for a long time? I think that it was a never-reviewed buglet. The only code path leading to read_rr passes merge_rr, which has strdup_paths == 1. Acked-by: Johannes Schindelin <Johannes.Schindelin@xxxxxx> Ciao, Dscho -- 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