Kaydet (Commit) 8430357c authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#1079343 mContext.cipher is not initialized...

use protected to indicate that this is not callable directly, but only by
another ctor which will do the initialization. Not sure if coverity will grok
that, but if it doesn't then it can be submitted as a false positive

Change-Id: I8e97c0b441dc407a005913e2b10f0fb48f45672b
üst 779aa207
...@@ -72,9 +72,10 @@ protected: ...@@ -72,9 +72,10 @@ protected:
CK_ATTRIBUTE_TYPE operation); CK_ATTRIBUTE_TYPE operation);
#endif #endif
public: protected:
Crypto(CryptoType type); Crypto(CryptoType type);
public:
virtual ~Crypto(); virtual ~Crypto();
virtual sal_uInt32 update( virtual sal_uInt32 update(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment