mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 13:24:41 +08:00
Merge branch 'GP-2453_ryanmkurtz_PR-4502_xiaoyinl_dbgdir'
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ public class DebugDirectory implements StructConverter, ByteArrayConverter {
|
||||
addressOfRawData = reader.readNextInt();
|
||||
pointerToRawData = reader.readNextInt();
|
||||
|
||||
if (type < 0 || type > 16 || sizeOfData < 0) {
|
||||
if (type < 0 || type > 20 || sizeOfData < 0) {
|
||||
Msg.error(this, "Invalid DebugDirectory");
|
||||
sizeOfData = 0;
|
||||
reader.setPointerIndex(oldIndex);
|
||||
|
||||
Reference in New Issue
Block a user