Closed
Bug 1579771
Opened 6 years ago
Closed 1 year ago
Tidy up (or remove) nsILDAPBERValue implementation
Categories
(MailNews Core :: LDAP Integration, enhancement)
MailNews Core
LDAP Integration
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1724178
People
(Reporter: benc, Unassigned)
Details
(Followup from Bug 1562157)
The concrete nsLDAPBERValue is just a wrapper around a byte array.
It currently does it's own memory management, but could be easily implemented with nsTArray<uint8_t>, say.
https://searchfox.org/comm-central/source/ldap/xpcom/src/nsLDAPBERValue.h
https://searchfox.org/comm-central/source/ldap/xpcom/src/nsLDAPBERValue.cpp
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•