Re: [PATCH] line-log.c: prevent crash during union of too many ranges
From: Junio C Hamano <hidden> Date: 2017-03-03 19:20:04
Allan Xavier [off-list ref] writes:
The existing implementation of range_set_union does not correctly
reallocate memory, leading to a heap overflow when it attempts to union
more than 24 separate line ranges.
...
I'll add "Reviewed-by: Jeff King [off-list ref]" and queue, as I
know we already reviewed the change.
Thanks.