AddressSanitizer: heap-use-after-free src/clang/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.4/../../../../include/c++/4.9.4/bits/atomic_base.h:478:2 in store
Categories
(Core :: Audio/Video: MediaStreamGraph, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox64 | --- | affected |
People
(Reporter: jkratzer, Assigned: pehrsons)
References
(Blocks 1 open bug)
Details
(4 keywords)
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Reporter | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Updated•6 years ago
|
Comment 8•6 years ago
|
||
Andreas is this bug stalled, or is there anything left to investigate more?
Assignee | ||
Comment 9•6 years ago
|
||
This is stalled until we can get a test case, or any other way of gathering data on what is happening.
Comment 10•5 years ago
|
||
Removing employee no longer with company from CC list of private bugs.
Assignee | ||
Comment 11•4 years ago
|
||
The fuzzing team's last trace of this bug is on m-c 6c10213a8924.
Bug 1509548 landed on m-c 23h20min later and removed the line that caused the UAF per the stack in comment 0.
Bug 1483988 (the assert mentioned in comment 0) was last seen by the fuzzing team on the same build. The root cause of that doesn't seem to me like it would be fixed by bug 1509548. I have been looking at patches touching dom/media in the days following 20181126 and the only thing coming up even remotely matching something I can relate to the assert is bug 1509956. Alastor, do you think it could be related to fixing bug 1483988?
Either way, with the absence of reproductions of this bug for the last two years, and the removal of the last bit of code that led up to the UAF, I consider this overtaken by events.
Comment 12•4 years ago
|
||
Yes, it's possible. As the bug 1509956 is a follow-up for bug 1508484 that aimed to fix the assertion [1] in RequestAudioData()
which is as same as where the assertion failure [2] happens in bug 1483988.
[1] https://searchfox.org/mozilla-central/rev/ff82c973f8ccb0475ec32439e9ec07014b3a681f/dom/media/MediaFormatReader.cpp#1503
[2] https://searchfox.org/mozilla-central/source/dom/media/MediaFormatReader.cpp#1504-1505
Assignee | ||
Comment 13•4 years ago
|
||
Thanks!
Updated•2 years ago
|
Description
•