A continue was missing that could produce ArrayIndexOutOfBounds

git-svn-id: https://svn.code.sf.net/p/jode/code/branches/branch_1_1@1389 379699f6-c40d-0410-875b-85095c16579e
branch_1_1
hoenicke 20 years ago
parent 6604df3248
commit aae07e1491
  1. 1
      jode/jode/bytecode/BytecodeInfo.java.in

@ -855,6 +855,7 @@ public class BytecodeInfo extends BinaryInfo implements Opcodes {
*/
handlersLength--;
i--;
continue;
}
if (exceptionHandlers[i].start.getAddr()

Loading…
Cancel
Save