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:
parent
f3a10076ef
commit
f0bf960e7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user