GNOME Bugzilla – Bug 746431
gsttask: function gst_task_join should do the argument verification before accessing GstTaskPrivate
Last modified: 2015-08-16 13:40:18 UTC
gsttask: Function gst_task_join should do the argument verification for GstTask before accessing the GstTaskPrivate. NULL value for the GstTask argument causes Segmentation Fault.
Created attachment 299786 [details] [review] gsttask: Funtion gst_task_join, Argument verification for GstTask done before accessing GstTaskPrivate gsttask: Funtion gst_task_join, Argument verification for GstTask done before accessing GstTaskPrivate to avoid Segmentation Fault cause because of NULL GstTask argument.
Thanks pushed squashed with the other patch: commit 3cea60dc6f2d7f8641107348c4a6576308e601cc Author: Prashant Gotarne <ps.gotarne@samsung.com> Date: Wed Mar 18 16:05:34 2015 +0530 task: add function guard for _set_lock() and fix guard for _join() Should only access the object structure after checking it's valid in gst_task_join(). https://bugzilla.gnome.org/show_bug.cgi?id=746385 https://bugzilla.gnome.org/show_bug.cgi?id=746431