Merge branch 'GP-2453_ryanmkurtz_PR-4502_xiaoyinl_dbgdir'

This commit is contained in:
Ryan Kurtz
2022-08-11 10:53:41 -04:00
@@ -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);