After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731147 - waylandsink: Initialize a wl_callback pointer value after it is destroyed
waylandsink: Initialize a wl_callback pointer value after it is destroyed
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-03 06:52 UTC by Kazunori Kobayashi
Modified: 2014-06-17 12:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
waylandsink: Initialize a wl_callback pointer value after it is destroyed (831 bytes, patch)
2014-06-03 06:52 UTC, Kazunori Kobayashi
none Details | Review

Description Kazunori Kobayashi 2014-06-03 06:52:05 UTC
Created attachment 277785 [details] [review]
waylandsink: Initialize a wl_callback pointer value after it is destroyed

wl_callback_destroy() could cause a segmentation fault when waylandsink is
finalized because a wl_callback pointer which has already been destroyed in
frame_redraw_callback() could be passed into the method.
This patch fixes that.
Comment 1 George Kiagiadakis 2014-06-17 12:32:53 UTC
Please see https://bugzilla.gnome.org/show_bug.cgi?id=731143#c3