aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-09-30 18:43:48 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-09-30 18:43:48 -0500
commitc6430f9dd06df45ed68e603bc81b385e1d19f4a0 (patch)
tree074baf2a0a32e50cfe8a0fd5507812be39d86fbd /tests
parentMerge pull request #5653 (diff)
parentepee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO) (diff)
downloadmonero-c6430f9dd06df45ed68e603bc81b385e1d19f4a0.tar.xz
Merge pull request #5893
Coverity fixes [3a81639, 1bd962d, 2825f07, d099658, d46f701, cd57a10] (anonimal)
Diffstat (limited to 'tests')
-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;
};