We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, For this formula:
(declare-fun a () String) (declare-fun b () String) (declare-fun c () String) (assert (= (str.substr a 0 (str.len b)) "")) (assert (= (ite (= (str.len (str.substr (str.replace (str.replace a b "") "29M8u" "") 1 (- (str.len c) 1))) 0) 1 0 ) 0 ) ) (check-sat)
Z3 will crash with this error message:
Failed to verify: get_length(e, len1) *** stack smashing detected ***: <unknown> terminated [1] 65175 abort z3/build-2019-09-14-69abe16-no_asserts/z3
OS: Ubuntu 18.04 Revision: 69abe16
The text was updated successfully, but these errors were encountered:
4b51fe4
No branches or pull requests
Hi,
For this formula:
Z3 will crash with this error message:
OS: Ubuntu 18.04
Revision: 69abe16
The text was updated successfully, but these errors were encountered: