Closed
Bug 1644477
Opened 5 years ago
Closed 5 years ago
Candidate pair insertion code has readability issues
Categories
(Core :: WebRTC: Networking, task, P3)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla79
People
(Reporter: bwc, Assigned: bwc)
References
Details
Crash Data
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
jcristau
:
approval-mozilla-esr68+
|
Details | Review |
No description provided.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → docfaraday
Assignee | ||
Updated•5 years ago
|
Blocks: CVE-2020-12420
Assignee | ||
Comment 1•5 years ago
|
||
Includes removing an error code for a function that never fails, and removing
an error return when the function successfully did what it said it would.
Assignee | ||
Comment 2•5 years ago
•
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Try looks good.
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/45c61fd0206e
Make candidate pair insertion code easier to read/understand. r=mjf
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Assignee | ||
Comment 6•5 years ago
|
||
Comment on attachment 9155331 [details]
Bug 1644477: Make candidate pair insertion code easier to read/understand. r?mjf
Beta/Release Uplift Approval Request
- User impact if declined:
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky):
- String changes made/needed: None
Attachment #9155331 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 7•5 years ago
|
||
Comment on attachment 9155331 [details]
Bug 1644477: Make candidate pair insertion code easier to read/understand. r?mjf
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration:
- User impact if declined:
- Fix Landed on Version: 79
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky):
- String or UUID changes made by this patch: None
Attachment #9155331 -
Flags: approval-mozilla-esr68?
Comment 8•5 years ago
|
||
Comment on attachment 9155331 [details]
Bug 1644477: Make candidate pair insertion code easier to read/understand. r?mjf
approved for 78.0b8 and 68.10esr
Attachment #9155331 -
Flags: approval-mozilla-esr68?
Attachment #9155331 -
Flags: approval-mozilla-esr68+
Attachment #9155331 -
Flags: approval-mozilla-beta?
Attachment #9155331 -
Flags: approval-mozilla-beta+
Comment 9•5 years ago
|
||
bugherder uplift |
status-firefox-esr68:
--- → fixed
Comment 10•5 years ago
|
||
bugherder uplift |
status-firefox78:
--- → fixed
Updated•5 years ago
|
Crash Signature: [@ nr_ice_component_nominated_pair]
You need to log in
before you can comment on or make changes to this bug.
Description
•