mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 06:16:55 -04:00
Initialize segment match data member
This commit is contained in:
parent
c103783d4b
commit
cbae29f284
@ -396,7 +396,7 @@ class segment_match {
|
|||||||
active_block const* block_;
|
active_block const* block_;
|
||||||
uint32_t offset_;
|
uint32_t offset_;
|
||||||
uint32_t size_{0};
|
uint32_t size_{0};
|
||||||
uint8_t const* data_;
|
uint8_t const* data_{nullptr};
|
||||||
};
|
};
|
||||||
|
|
||||||
void active_block::append(uint8_t const* p, size_t size, bloom_filter* filter) {
|
void active_block::append(uint8_t const* p, size_t size, bloom_filter* filter) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user