mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 13:54:29 -04:00
tx_pool: initialize bitflags padding since it gets written to storage
Avoids valgrind reporting uninitialized data usage
This commit is contained in:
parent
8a7b3ff138
commit
d81e042306
2 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,7 @@ struct txpool_tx_meta_t
|
|||
uint8_t relayed;
|
||||
uint8_t do_not_relay;
|
||||
uint8_t double_spend_seen: 1;
|
||||
uint8_t bf_padding: 7;
|
||||
|
||||
uint8_t padding[76]; // till 192 bytes
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue