Closed
Bug 235735
Opened 21 years ago
Closed 21 years ago
fix callers that cast away const on result of ns[C]String::get
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(1 file)
175.34 KB,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
Comment on attachment 142376 [details] [diff] [review]
patch
> + * deperecated reading iterators
> + grabArgs(cargs.BeginWritnig(), &args);
r+sr=darin with those two typos fixed.
i've also added a fix for the requestURI munging in nsHttpChannel. in that
case, a |const char*| is later cast to |char*| so the 'greping' didn't detect
it. i fear there may be others like this :(
Attachment #142376 -
Flags: superreview+
Attachment #142376 -
Flags: review+
Comment 4•21 years ago
|
||
patch checked in
thx dbaron!!!
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•