Closed
Bug 1036056
Opened 10 years ago
Closed 10 years ago
Remove dangerous public destructor of nsFileUploadContentStream
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: bjacob, Assigned: sworkman)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
In Bug 1035394 we removed dangerous public destructors of XPCOM-refcounted classes outside of a finite whitelist, see HasDangerousPublicDestructor. Now we are going over the entries in this whitelist.
One of them is: nsFileUploadContentStream
Assignee | ||
Comment 1•10 years ago
|
||
Should apply on top of the netwerk patch (attachment 8451872 [details] [diff] [review]) in Bug 1035394.
try: https://tbpl.mozilla.org/?tree=Try&rev=e3c1e2848ecb
Updated•10 years ago
|
Attachment #8452644 -
Flags: review?(mcmanus) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•