Clear Coverity issue CID 186338

pull/552/head
Jeffrey Walton 2017-12-27 00:40:24 -05:00
parent 09f9d76631
commit 3b1f6827f5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ template <class W>
struct SIMON_Base
{
virtual ~SIMON_Base() {}
SIMON_Base() : m_kwords(0) {}
SIMON_Base() : m_kwords(0), m_rounds(0) {}
typedef SecBlock<W, AllocatorWithCleanup<W, true> > AlignedSecBlock;
mutable AlignedSecBlock m_wspace; // workspace