-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
None
-
beta
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2030150 | 1.4.2 | Stefan Bauer | P4 | Closed | Won't Fix |
Negative values for the bound parameter should not be allowed in create_string_tc and create_wstring_tc. The OMG spec defines the parameter as an unsigned long (IDL) which in Java maps to an int. This leaves the possibility of a user passing in a negative value which needs to be checked and rejected.
- backported by
-
JDK-2030150 org.omg.CORBA.ORB.create_string_tc should throw BAD_PARAM for negative values
-
- Closed
-
- relates to
-
JDK-4284323 org.omg.CORBA.ORB doc probs
-
- Closed
-