Closed
Bug 200037
Opened 22 years ago
Closed 22 years ago
Need to initialize the output string for nsIDNService::ConvertUTF8toACE
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla1.4beta
People
(Reporter: nhottanscp, Assigned: nhottanscp)
Details
Attachments
(1 file)
|
519 bytes,
patch
|
ftang
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
The output string for the encoded ACE needs initialization before appending the
encoded result strings.
| Assignee | ||
Comment 2•22 years ago
|
||
| Assignee | ||
Updated•22 years ago
|
Attachment #119010 -
Flags: review?(ftang)
Comment 3•22 years ago
|
||
Comment on attachment 119010 [details] [diff] [review]
Initialized the output string before appending the results.
r=ftang
Attachment #119010 -
Flags: review?(ftang) → review+
| Assignee | ||
Updated•22 years ago
|
Attachment #119010 -
Flags: superreview?(darin)
Comment 4•22 years ago
|
||
Comment on attachment 119010 [details] [diff] [review]
Initialized the output string before appending the results.
sr=darin
Attachment #119010 -
Flags: superreview?(darin) → superreview+
| Assignee | ||
Comment 5•22 years ago
|
||
checked in to the trunk
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.4beta
You need to log in
before you can comment on or make changes to this bug.
Description
•