From aae07e14913021787f7f5aa496aa80fe8d2636b6 Mon Sep 17 00:00:00 2001 From: hoenicke Date: Tue, 12 Oct 2004 08:17:37 +0000 Subject: [PATCH] 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 --- jode/jode/bytecode/BytecodeInfo.java.in | 1 + 1 file changed, 1 insertion(+) diff --git a/jode/jode/bytecode/BytecodeInfo.java.in b/jode/jode/bytecode/BytecodeInfo.java.in index 71c28ff..06b5872 100644 --- a/jode/jode/bytecode/BytecodeInfo.java.in +++ b/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()