-
Type:
Bug
-
Status: Open
-
Priority:
P4
-
Resolution: Unresolved
-
Affects Version/s: 6
-
Fix Version/s: None
-
Component/s: client-libs
-
Labels:None
-
Subcomponent:
-
CPU:sparc
-
OS: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
-