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
BV refinement may recursively create approximations via convert_bv, thus the
reference taken to the back of a vector may become invalid. Use a std::list
instead.
Fixes: diffblue#1620
There are currently no regression tests for --refine. See discussion on this PR: #1588
I tried to run the tests in regression/cbmc with --refine, and the test cbmc/Float-div1 seg faults.
The text was updated successfully, but these errors were encountered: