From d46f7015151ccec7536c94a0dc0eb6e4342ec1c3 Mon Sep 17 00:00:00 2001 From: anonimal Date: Sat, 7 Sep 2019 00:38:49 +0000 Subject: [PATCH] tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR) --- tests/performance_tests/rct_mlsag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };