GNOME Bugzilla – Bug 755120
dashdemux: stop_updates_task needs to be accessed with the lock taken
Last modified: 2015-10-29 11:13:37 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.
Created attachment 311470 [details] [review] proposed patch
This was subsumed in the fix for https://bugzilla.gnome.org/show_bug.cgi?id=755169