Utils: Initialize member of ElfMapper

Change-Id: I057671738763e0b1522a3f44524607d7eda66636
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2016-11-29 15:13:11 +01:00
parent 624c7cf250
commit 70ad561ec0

View File

@@ -184,7 +184,7 @@ public:
QFile file; QFile file;
QByteArray raw; QByteArray raw;
union { const char *start; const uchar *ustart; }; union { const char *start; const uchar *ustart; };
quint64 fdlen; quint64 fdlen = 0;
}; };
} // namespace Utils } // namespace Utils