Loading...
--- dyld/dyld-1284.13/common/MachOFile.cpp
+++ dyld/dyld-1286.10/common/MachOFile.cpp
@@ -2484,6 +2484,7 @@
this->authenticated = 0;
this->key = 0;
this->usesAddrDiversity = 0;
+ this->padding = 0;
}
MachOFile::PointerMetaData::PointerMetaData(const ChainedFixupPointerOnDisk* fixupLoc, uint16_t pointer_format)
@@ -2493,6 +2494,7 @@
this->authenticated = 0;
this->key = 0;
this->usesAddrDiversity = 0;
+ this->padding = 0;
switch ( pointer_format ) {
case DYLD_CHAINED_PTR_ARM64E:
case DYLD_CHAINED_PTR_ARM64E_KERNEL: