forked from qt-creator/qt-creator
Utils: Initialize member of ElfMapper
Change-Id: I057671738763e0b1522a3f44524607d7eda66636 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user