Browse Source
mark_common() in negotiator/skipping.c may overflow the stack due to recursive function calls. Avoid this by instead recursing using a heap-allocated data structure. Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Jonathan Tan
2 years ago
committed by
Junio C Hamano
1 changed files with 17 additions and 12 deletions
Loading…
Reference in new issue