You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mark_common() in negotiator/default.c may overflow the stack due to
recursive function calls. Avoid this by instead recursing using a
heap-allocated data structure.
This is the same case as 4654134 (negotiator/skipping: avoid
stack overflow, 2022-10-25)
Reported-by: Xin Xing <[email protected]>
Signed-off-by: Han Xin <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments