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
Ensure goto_model.goto_functions are valid after precondition instrumentation
This commit ensures the goto_model.goto_functions are
updated during the instrument_preconditions function.
This is due to some of these leaving locations uninitialized
and this causing later problems with partial inlining (that
can only occur in goto-analyzer).
Fixes issue #6065
0 commit comments