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
A segmentation fault (heap-use-after-free when built with AddressSanitizer) occurs in the latest Z3 release shipped on Arch Linux (4.13.4) and the latest master branch today 8df45b4 when processing a minimal two-line SMT2 file. This issue is reproducible with a simple command-line invocation of Z3.
Steps to Reproduce
Create a poc file with the following content:
(rule 80 (x))
(rule)
Reproduce on latest Z3 release shipped on Arch Linux (4.13.4)
Summary
A segmentation fault (heap-use-after-free when built with AddressSanitizer) occurs in the latest Z3 release shipped on Arch Linux (4.13.4) and the latest master branch today 8df45b4 when processing a minimal two-line SMT2 file. This issue is reproducible with a simple command-line invocation of Z3.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: