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
18c614e is bad -- turns out range-for with a string literal includes the null terminator, and java_array_type('\0') throws. To reproduce, try make test in regression/cbmc-java. Recommend reverting that commit.