ElfReader: Initialize a member

Reported by Coverity.

Change-Id: Idddb778e02e1a26c251c5ead3ed5700545abae12
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Orgad Shaneh
2022-03-02 22:48:59 +02:00
committed by Orgad Shaneh
parent a61f7db1ea
commit 52beb85676

View File

@@ -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;