1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

DebugInfo: Fix msan use-of-uninitialized exposed by r374600

llvm-svn: 374619
This commit is contained in:
David Blaikie 2019-10-12 00:27:12 +00:00
parent f3a10076ef
commit f0bf960e7f

View File

@ -90,6 +90,7 @@ DWARFDebugLoc::parseOneLocationList(const DWARFDataExtractor &Data,
uint64_t *Offset) {
LocationList LL;
LL.Offset = *Offset;
AddressSize = Data.getAddressSize();
DataExtractor::Cursor C(*Offset);
// 2.6.2 Location Lists