gadgetinspector icon indicating copy to clipboard operation
gadgetinspector copied to clipboard

ArrayIndexOutOfBoundsException

Open vah13 opened this issue 5 years ago • 0 comments

java.lang.ArrayIndexOutOfBoundsException: -1
        at java.util.ArrayList.elementData(ArrayList.java:422)
        at java.util.ArrayList.remove(ArrayList.java:499)
        at gadgetinspector.TaintTrackingMethodVisitor.pop(TaintTrackingMethodVisitor.java:145)
        at gadgetinspector.TaintTrackingMethodVisitor.visitVarInsn(TaintTrackingMethodVisitor.java:540)
        at org.objectweb.asm.tree.VarInsnNode.accept(VarInsnNode.java:75)
        at org.objectweb.asm.tree.InsnList.accept(InsnList.java:145)
        at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:789)
        at org.objectweb.asm.commons.JSRInlinerAdapter.visitEnd(JSRInlinerAdapter.java:150)
        at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1278)
        at org.objectweb.asm.ClassReader.accept(ClassReader.java:679)
        at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
        at gadgetinspector.PassthroughDiscovery.calculatePassthroughDataflow(PassthroughDiscovery.java:87)
        at gadgetinspector.PassthroughDiscovery.discover(PassthroughDiscovery.java:30)
        at gadgetinspector.GadgetInspector.main(GadgetInspector.java:103)

vah13 avatar Oct 31 '18 13:10 vah13