mirror of
https://github.com/git/git
synced 2024-11-05 01:58:18 +00:00
4654134976
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> |
||
---|---|---|
.. | ||
default.c | ||
default.h | ||
noop.c | ||
noop.h | ||
skipping.c | ||
skipping.h |