aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranonimal <anonimal@getmonero.org>2019-09-07 00:38:49 +0000
committeranonimal <anonimal@getmonero.org>2019-09-07 00:38:49 +0000
commitd46f7015151ccec7536c94a0dc0eb6e4342ec1c3 (patch)
tree018a6025eedb5091f707823f6e12302d6f0d4b9a
parentbootstrap_daemon: resolve CID 203915 (UNCAUGHT_EXCEPT) (diff)
downloadmonero-d46f7015151ccec7536c94a0dc0eb6e4342ec1c3.tar.xz
tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR)
-rw-r--r--tests/performance_tests/rct_mlsag.h2
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;
};