forked from qt-creator/qt-creator
ElfReader: Initialize a member
Reported by Coverity. Change-Id: Idddb778e02e1a26c251c5ead3ed5700545abae12 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
a61f7db1ea
commit
52beb85676
@@ -146,7 +146,7 @@ public:
|
|||||||
ElfType elftype;
|
ElfType elftype;
|
||||||
ElfMachine elfmachine;
|
ElfMachine elfmachine;
|
||||||
ElfClass elfclass;
|
ElfClass elfclass;
|
||||||
quint64 entryPoint;
|
quint64 entryPoint = 0;
|
||||||
QByteArray debugLink;
|
QByteArray debugLink;
|
||||||
QByteArray buildId;
|
QByteArray buildId;
|
||||||
DebugSymbolsType symbolsType = UnknownSymbols;
|
DebugSymbolsType symbolsType = UnknownSymbols;
|
||||||
|
Reference in New Issue
Block a user