Closed
Bug 1656357
Opened 4 years ago
Closed 4 years ago
don't require flat strings in nsMediaFragmentURIParser
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
We flatten substrings needlessly when calling ToInteger and we shouldn't have to.
Assignee | ||
Comment 1•4 years ago
|
||
ToInteger doesn't require a null-terminated buffer, so there's no need
to flatten the string prior to extracting the integer therein.
Updated•4 years ago
|
Assignee: nobody → nfroyd
Status: NEW → ASSIGNED
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/33d3c1f392cc
don't require flat strings in nsMediaFragmentURIParser; r=necko-reviewers,valentin
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•