mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
set uninitialized fields. Maybe related to #1468
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
54ba25175c
commit
20d6543538
5 changed files with 26 additions and 21 deletions
|
@ -33,6 +33,8 @@ namespace sat {
|
|||
m_frozen(false),
|
||||
m_reinit_stack(false),
|
||||
m_inact_rounds(0) {
|
||||
m_psm = 0;
|
||||
m_glue = 0;
|
||||
memcpy(m_lits, lits, sizeof(literal) * sz);
|
||||
mark_strengthened();
|
||||
SASSERT(check_approx());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue