GNOME Bugzilla – Bug 641488
CRITICAL **: bluetooth_verify_address: assertion `bdaddr != NULL' failed
Last modified: 2011-02-06 23:51:27 UTC
A NULL value is valid for the "device" property but the call to bluetooth_verify_address() is done before the check for NULL and it fails because NULL isn't a valid address so a critical message is logged to the console.
Created attachment 180086 [details] [review] Check for NULL before calling bluetooth_verify_address()