-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
7
-
x86
-
windows_xp
The code in com.sun.tools.javac.ClassReader.java
throw badClassFile("bad.class.signature", Convert.utf2string(signature, sigp, 10));
throws the ArrayIndexOutOfBoundsException if signature has more than 10 characters. In Converter it calls System.arraycopy(...).
throw badClassFile("bad.class.signature", Convert.utf2string(signature, sigp, 10));
throws the ArrayIndexOutOfBoundsException if signature has more than 10 characters. In Converter it calls System.arraycopy(...).