Closed
Bug 1129791
Opened 11 years ago
Closed 11 years ago
Incorrect comparison in nricectx.cpp
Categories
(Core :: WebRTC: Networking, defect)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla38
| Tracking | Status | |
|---|---|---|
| firefox38 | --- | fixed |
People
(Reporter: mt, Assigned: mt)
Details
Attachments
(1 file, 1 obsolete file)
Here: https://dxr.mozilla.org/mozilla-central/source/media/mtransport/nricectx.cpp#671
This should probably be checking connection_state_ rather than ctx_->state, which only coincidentally has the value.
Now, I did run into this assertion once, and it's not clear that there isn't some other problem in there, but a fix here should at least help.
| Assignee | ||
Comment 1•11 years ago
|
||
/r/3377 - Bug 1129791 - Checking connection state rather than context state
Pull down this commit:
hg pull review -r e5524456af3b9d7c0f109b4633bb29068c92cf31
Attachment #8559607 -
Flags: review?(ekr)
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment on attachment 8559607 [details]
MozReview Request: bz://1129791/mt
https://reviewboard.mozilla.org/r/3375/#review2739
Ship It!
Attachment #8559607 -
Flags: review?(ekr) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Assignee: nobody → martin.thomson
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
| Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8559607 -
Attachment is obsolete: true
Attachment #8619326 -
Flags: review+
| Assignee | ||
Comment 7•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•