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
If a function call instruction exists but can't be reached (for example, because
according to CSVSA's analysis we must throw a null-pointer exception before
reaching the target callsite) then it will not exist in CSVSA's callee map. In
this case simply rewrite the callsite to an ASSUME FALSE.
0 commit comments