Merge branch 'GP-0_ghidra1_DBExceptions'

This commit is contained in:
ghidra1
2023-02-17 22:06:00 -05:00
32 changed files with 324 additions and 215 deletions
@@ -1091,7 +1091,7 @@ public class MemoryManagerTest extends AbstractGhidraHeadedIntegrationTest {
mem.getBytes(addr(0), b, 9, 50);
fail("Expected exception");
}
catch (ArrayIndexOutOfBoundsException e) {
catch (IndexOutOfBoundsException e) {
// expected
}