mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-5396: Fixing a recent regression in DyldChainedFixups.java
This commit is contained in:
@@ -110,7 +110,7 @@ public class DyldChainedFixups {
|
||||
}
|
||||
|
||||
fixups.add(new DyldFixup(chainLoc, newChainValue, DyldChainedPtr.getSize(pointerFormat),
|
||||
symbol.getName(), libOrdinal));
|
||||
symbol != null ? symbol.getName() : null, libOrdinal));
|
||||
|
||||
next = DyldChainedPtr.getNext(pointerFormat, chainValue);
|
||||
nextOff += next * DyldChainedPtr.getStride(pointerFormat);
|
||||
|
||||
Reference in New Issue
Block a user