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 755120 - dashdemux: stop_updates_task needs to be accessed with the lock taken
dashdemux: stop_updates_task needs to be accessed with the lock taken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 755169
Blocks:
 
 
Reported: 2015-09-16 15:46 UTC by Florin Apostol
Modified: 2015-10-29 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.86 KB, patch)
2015-09-16 15:48 UTC, Florin Apostol
none Details | Review

Description Florin Apostol 2015-09-16 15:46:19 UTC
The stop_updates_task field is being used in thread communication, 
therefore the lock must be taken before its value is being written or read.
Comment 1 Florin Apostol 2015-09-16 15:48:43 UTC
Created attachment 311470 [details] [review]
proposed patch
Comment 2 Vincent Penquerc'h 2015-10-29 11:13:37 UTC
This was subsumed in the fix for https://bugzilla.gnome.org/show_bug.cgi?id=755169