diff options
author | anonimal <anonimal@getmonero.org> | 2019-09-07 00:38:49 +0000 |
---|---|---|
committer | anonimal <anonimal@getmonero.org> | 2019-09-07 00:38:49 +0000 |
commit | d46f7015151ccec7536c94a0dc0eb6e4342ec1c3 (patch) | |
tree | 018a6025eedb5091f707823f6e12302d6f0d4b9a | |
parent | bootstrap_daemon: resolve CID 203915 (UNCAUGHT_EXCEPT) (diff) | |
download | monero-d46f7015151ccec7536c94a0dc0eb6e4342ec1c3.tar.xz |
tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR)
-rw-r--r-- | tests/performance_tests/rct_mlsag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/rct_mlsag.h b/tests/performance_tests/rct_mlsag.h index 59eae074e..da0c064fd 100644 --- a/tests/performance_tests/rct_mlsag.h +++ b/tests/performance_tests/rct_mlsag.h @@ -82,6 +82,6 @@ public: private: rct::keyV sk; rct::keyM P; - size_t ind; + size_t ind{}; rct::mgSig IIccss; }; |