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
Recursive calls have two successors as far as coverage recording in
symex is concerned: the edge back to the beginning of the function as
well as the (pseudo-)edge to instruction after the call. Fix the
invariant to account for this case.
Also, remove debugging-to-stderr.
Fixes: #7473
Co-authored-by: Qiuye-Hua
0 commit comments