3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 04:15:51 +00:00
non-termination (stack overflow) bug in recursive comparison
This commit is contained in:
Nikolaj Bjorner 2021-08-24 09:49:36 -07:00
parent 5fa1b0b09f
commit e90ec457c3
2 changed files with 10 additions and 3 deletions

View file

@ -30,6 +30,7 @@ namespace q {
expr_fast_mark1 m_mark;
euf::enode_vector m_eval;
euf::enode_vector m_indirect_nodes;
bool m_freeze_swap = false;
struct scoped_mark_reset;