Closed
Bug 790617
Opened 12 years ago
Closed 12 years ago
don't use atoi() for 64bit ASCII to number conversion
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Keywords: dev-doc-needed)
Attachments
(2 files, 1 obsolete file)
5.03 KB,
patch
|
Biesinger
:
review+
|
Details | Diff | Splinter Review |
3.33 KB,
patch
|
Biesinger
:
review+
|
Details | Diff | Splinter Review |
Some code for Content-Length and Range still uses atoi()...
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → m_kato
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 660417 [details] [diff] [review]
fix
Should I change 3rd parameter of nsIUploadChannel.setUploadStream to 64-bit?
Attachment #660417 -
Flags: review?(honzab.moz)
Comment 3•12 years ago
|
||
yes please!
Assignee | ||
Updated•12 years ago
|
Attachment #660417 -
Flags: review?(honzab.moz)
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #660417 -
Attachment is obsolete: true
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #662060 -
Flags: review?(honzab.moz)
Assignee | ||
Updated•12 years ago
|
Attachment #662061 -
Flags: review?(honzab.moz)
Updated•12 years ago
|
Attachment #662060 -
Flags: review?(honzab.moz) → review+
Updated•12 years ago
|
Attachment #662061 -
Flags: review?(honzab.moz) → review+
Updated•12 years ago
|
Attachment #662061 -
Attachment description: Part 2 - don't use aoti to parse header → Part 2 - don't use atoi to parse header
Assignee | ||
Comment 6•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/df2fbeb72ca1
https://hg.mozilla.org/integration/mozilla-inbound/rev/2d6537a47627
Target Milestone: --- → mozilla18
Comment 7•12 years ago
|
||
Thanks Christian for the reviews.
Comment 8•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/df2fbeb72ca1
https://hg.mozilla.org/mozilla-central/rev/2d6537a47627
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•