[Webkit-unassigned] [Bug 226081] New: [GStreamer] WebProcess crashes when certain elements are missing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 21 06:55:50 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=226081
Bug ID: 226081
Summary: [GStreamer] WebProcess crashes when certain elements
are missing
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aperez at igalia.com
Some GStreamer elements like “autoaudiosink” are expected to be available, and
the media playback code does not check whether their instantiation succeeded
before using pointers that can be null if those elements are not available for
some reason.
For example: Source/WebCore/platform/graphics/gstreamer/GStreamerAudioMixer.cpp:51
instantiates “autoaudiosink”, then adds it to a pipeline without doing any checks.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210521/2cc7b28a/attachment.htm>
More information about the webkit-unassigned
mailing list