Closed Bug 1579771 Opened 6 years ago Closed 1 year ago

Tidy up (or remove) nsILDAPBERValue implementation

Categories

(MailNews Core :: LDAP Integration, enhancement)

enhancement

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

Severity: normal → S3
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1724178
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.