Closed
Bug 564323
Opened 15 years ago
Closed 15 years ago
Don't use PR_MALLOC in nsJAR.cpp
Categories
(Core :: Networking: JAR, defect)
Core
Networking: JAR
Tracking
()
RESOLVED
FIXED
People
(Reporter: mwu, Assigned: mwu)
Details
Attachments
(1 file)
677 bytes,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
PR_MALLOC can use a different allocator from what everything else uses, and other code can try to free this memory. Patch by Vlad. This isn't a problem on Android anymore but I think it's still worth fixing.
Attachment #443985 -
Flags: review?(tglek)
Updated•15 years ago
|
Attachment #443985 -
Flags: review?(tglek) → review+
Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
<rant>And so the malloc/NS_Alloc rot sets in...</rant>
You need to log in
before you can comment on or make changes to this bug.
Description
•