GNOME Bugzilla – Bug 651417
[PATCH] Fix segfault in Bemused plugin
Last modified: 2011-07-12 14:05:36 UTC
If bluetoothd is not running sdp_connect() returns a null value which will cause the Bemused plugin to segfault. This patch adds a check for a possible null value from sdp_connect().
Created attachment 188852 [details] [review] patch
Review of attachment 188852 [details] [review]: Looks good. Please commit, thanks.
commit 7232d7aea7a9943f11d4500f865e59ce0f622af2 Author: Marcel van den Hof <marcelvdh@gmail.com> Date: Sun May 29 23:45:36 2011 +0100 Fix segfault in Bemused plugin If bluetoothd is not running sdp_connect() returns a null value which will cause the plugin to segfault. This patch adds a check for a possible null value from sdp_connect(). https://bugzilla.gnome.org/show_bug.cgi?id=651417