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 /tests/performance_tests | |
| parent | d099658522c6f17055a3b9977f74c6e91c6c8199 (diff) | |
| download | monzero-core-d46f7015151ccec7536c94a0dc0eb6e4342ec1c3.tar.gz monzero-core-d46f7015151ccec7536c94a0dc0eb6e4342ec1c3.tar.xz monzero-core-d46f7015151ccec7536c94a0dc0eb6e4342ec1c3.zip | |
tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR)
Diffstat (limited to 'tests/performance_tests')
| -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; }; |
