[Webkit-unassigned] [Bug 164928] [GStreamer] Crash in WebCore::HTMLMediaElement::removeAudioTrack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 07:05:49 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164928

--- Comment #2 from Philippe Normand <pnormand at igalia.com> ---
Looks like a use-after-free, the track is removed from the list and then reused, not sure how that is supposed to work :)

https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp#L727

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161205/54f1d4fb/attachment.html>


More information about the webkit-unassigned mailing list