Closed
Bug 86605
Opened 24 years ago
Closed 7 years ago
BERInteger used too short values
Categories
(Directory Graveyard :: LDAP Java SDK, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Bernd.Kunze, Assigned: erhyuan)
Details
In
package netscape.ldap.ber.stream;
public class BERInteger extends BERIntegral {
}
public abstract class BERIntegral extends BERElement {
/**
* Value of element
*/
private int m_value;
...
}
The value is too short. In some cases (e.g. certificates) are values up to 20
bytes. So it should be changed to the java.math.BigInteger type.
(and corrections to the methodes and derived classes)
Comment 1•24 years ago
|
||
Reassigned to Miodrag (Java LDAP SDK lead engineer).
Assignee: mcs → miodrag
Comment 2•24 years ago
|
||
Reversing database corruption. Pay no attention to the man behind the curtain.
QA Contact: mystery.user
Comment 3•21 years ago
|
||
Reassign LDAP JDK bugs owned by Miodrag (miodrag@formerly-netscape.com.tld) to
E-Y (erhyuan@pacbell.net)
Assignee: miodrag → erhyuan
Comment 4•7 years ago
|
||
Not activity for at least 6 years, closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•