mirror of
https://github.com/Z3Prover/z3
synced 2026-05-18 16:09:30 +00:00
fix crashes when using replace_all
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
64e7f29533
commit
0bcdca787f
5 changed files with 53 additions and 38 deletions
|
|
@ -150,6 +150,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void theory_recfun::push(propagation_item* p) {
|
||||
TRACE(recfun, tout << "push " << p << "\n");
|
||||
m_propagation_queue.push_back(p);
|
||||
ctx.push_trail(push_back_vector<scoped_ptr_vector<propagation_item>>(m_propagation_queue));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue