-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: tools
-
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(...).