Closed
Bug 1244338
Opened 9 years ago
Closed 9 years ago
crash in nr_ice_ctx_destroy_cb
Categories
(Core :: WebRTC: Networking, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
| backlog | webrtc/webaudio+ |
People
(Reporter: bwc, Assigned: bwc)
Details
(Keywords: crash, csectype-nullptr)
Crash Data
Attachments
(1 file)
This bug was filed from the Socorro interface and is
report bp-b4ca230c-aea7-4154-b486-6cbbb2160129.
=============================================================
This appears to happen because STAILQ_INIT is not called until the end of nr_ice_ctx_create, which means an ABORT before then leaves something that nr_ice_ctx_destroy_cb cannot operate on safely. Need to analyze more closely.
Updated•9 years ago
|
Group: core-security → media-core-security
Updated•9 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 10
Priority: -- → P1
| Assignee | ||
Comment 2•9 years ago
|
||
Ok, this looks like a hard-to-trigger null-pointer crash. Can someone un-mark?
| Assignee | ||
Updated•9 years ago
|
Severity: critical → normal
Rank: 10 → 30
Priority: P1 → P3
Updated•9 years ago
|
Group: media-core-security
Keywords: csectype-nullptr
| Assignee | ||
Comment 3•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/33245/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/33245/
Attachment #8714816 -
Flags: review?(drno)
Comment 4•9 years ago
|
||
Comment on attachment 8714816 [details]
MozReview Request: Bug 1244338: Don't try to clean up |ctx| if null. r?drno
https://reviewboard.mozilla.org/r/33245/#review30023
LGTM
Attachment #8714816 -
Flags: review?(drno) → review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•