Fixes CID 1352687 uninitialized scalar field.
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
|||||||
|
|
||||||
class NotePlaintext {
|
class NotePlaintext {
|
||||||
public:
|
public:
|
||||||
uint64_t value;
|
uint64_t value = 0;
|
||||||
uint256 rho;
|
uint256 rho;
|
||||||
uint256 r;
|
uint256 r;
|
||||||
boost::array<unsigned char, ZC_MEMO_SIZE> memo;
|
boost::array<unsigned char, ZC_MEMO_SIZE> memo;
|
||||||
|
|||||||
Reference in New Issue
Block a user