mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 00:24:29 +08:00
Merge branch 'GT-0_ghidra1_PR-1761_Random06457_ELF_MIPS_Options_Bug'
This commit is contained in:
+5
-3
@@ -580,9 +580,11 @@ public class MIPS_ElfExtension extends ElfExtension {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// consume unprocessed option description bytes
|
if (optionDataSize > 0) {
|
||||||
elfLoadHelper.createData(nextOptionAddr,
|
// consume unprocessed option description bytes
|
||||||
new ArrayDataType(ByteDataType.dataType, optionDataSize, 1));
|
elfLoadHelper.createData(nextOptionAddr,
|
||||||
|
new ArrayDataType(ByteDataType.dataType, optionDataSize, 1));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
limit -= odkHeader.getLength() + optionDataSize;
|
limit -= odkHeader.getLength() + optionDataSize;
|
||||||
|
|||||||
Reference in New Issue
Block a user