Re: [PATCH] remote.c: make match_refs() copy src ref before assigning to peer_ref
From: Junio C Hamano <hidden> Date: 2016-06-15 22:46:16
Jay Soffian [off-list ref] writes:
This issue has gone undetected as the existing callers of match_heads()
call it only once and then terminate, w/o ever bothering to free the src
or dst lists.
Thanks.
It sounds more like existing function and usage was alright but your new
caller made it into an issue.
So I'd queue this as the first patch in the 13-patch series, dropping 10/13?
What should happen to 11/13?