GP-360 ELF - handle uninitialized .got section

This commit is contained in:
dev747368
2020-11-19 13:49:19 -05:00
committed by ghidra1
parent 606eecfa82
commit 9231ee29e2
@@ -183,6 +183,9 @@ public class ElfDefaultGotPltMarkup {
monitor.checkCanceled();
Data data = createPointer(gotStart, true);
if (data == null) {
break;
}
try {
gotStart = data.getMaxAddress().add(1);