g_thread_create_full() can dereference NULL pointer
authorMilan Crha <mcrha@redhat.com>
Mon, 22 Jul 2013 07:54:33 +0000 (09:54 +0200)
committerMilan Crha <mcrha@redhat.com>
Mon, 22 Jul 2013 07:54:33 +0000 (09:54 +0200)
commit64041ca498a6115eb3a6f32c0fb2a3bec3c9fd88
tree419666fc8e7e976ad434a32814a9978423edcb3f
parent114b1ccf78849988567011c36dd5e868a66a3431
g_thread_create_full() can dereference NULL pointer

In case of the thread creation failure, and the thread was not created
as joinable, the g_thread_create_full() could dereference a NULL pointer.

https://bugzilla.gnome.org/show_bug.cgi?id=704523
glib/deprecated/gthread-deprecated.c