mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 06:07:01 +00:00
fix bugs reported by Nuno Lopes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aa0d921240
commit
b6d9d8a601
3 changed files with 11 additions and 4 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
m_num_bits(0),
|
||||
m_capacity(num_words(reserve_num_bits)),
|
||||
m_data(alloc_svect(unsigned, m_capacity)) {
|
||||
memset(m_data, 0, m_capacity * sizeof(unsigned));
|
||||
}
|
||||
|
||||
bit_vector(bit_vector const & source):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue