mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 01:28:47 -04:00
Initialize some instance variables in ctor.
Discovered by Coverity. Most likely doesn't fix any actual bug but better be safe.
This commit is contained in:
parent
c535736853
commit
7a2c02f0df
4 changed files with 13 additions and 2 deletions
|
@ -24,6 +24,7 @@ SymmetricCipherStream::SymmetricCipherStream(QIODevice* baseDevice, SymmetricCip
|
|||
, m_bufferPos(0)
|
||||
, m_bufferFilling(false)
|
||||
, m_error(false)
|
||||
, m_isInitalized(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue