Closed
Bug 13512
Opened 25 years ago
Closed 25 years ago
mailnews/mime: StrAllocCopy() and friends must go away
Categories
(MailNews Core :: MIME, defect, P3)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: bruce, Assigned: rhp)
Details
StrAllocCopy() and other such string manipulation functions need to go away in
favor of nsString and family.
Reporter | ||
Comment 1•25 years ago
|
||
cc'ing alecf per his request.
Comment 2•25 years ago
|
||
rhp is on sabbatical for another few weeks.
I might get to this.
Updated•25 years ago
|
Target Milestone: M14
Comment 3•25 years ago
|
||
M14
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
I've gotten rid of the StrAllocCopy() references as well as trying to use the
nsCRT:: memory handling calls where possible. I cannot convert everything to
nsString usage because this would involve a total rewrite which isn't going to
happen.
- rhp
Checked using LXR.
No StrAllocCopy() in all of mozilla
No nsCRT:: calls within the mailnews directory
VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•