-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
6
-
None
-
sparc
-
solaris
When the following constructor from java.awt.geom.FlatteningPathIterator:
public FlatteningPathIterator(PathIterator src, double flatness,
int limit)
is called with the limit argument set to Integer.MAX_VALUE, it throws java.lang.NegativeArraySizeException.
This issue was reported to ###@###.### by E. Kellinis, but it is not considered a security issue (more details in the comments).
public FlatteningPathIterator(PathIterator src, double flatness,
int limit)
is called with the limit argument set to Integer.MAX_VALUE, it throws java.lang.NegativeArraySizeException.
This issue was reported to ###@###.### by E. Kellinis, but it is not considered a security issue (more details in the comments).
- relates to
-
JDK-5050278 BigInteger constructor gives NegativeArraySizeException
-
- Resolved
-