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
String refinement: Do not fail if the solver returns a negative string length
The string length may initially be unconstrained, and such counterexamples
should not result in failing invariants. When enabling field sensitivity,
strings-smoke-tests/java_index_of2 was failing as the solver returned
-1073741820 for string_refinement#string_length#1 (which is a signed integer).
0 commit comments