From: Mario Limonciello <mario_limonciello@dell.com>
To: "linux-bluetooth@vger.kernel.org" <linux-bluetooth@vger.kernel.org>
Subject: Re: Bluetoothd crashing on 4.7
Date: Fri, 26 Sep 2008 18:36:19 -0500 [thread overview]
Message-ID: <48DD71F3.90002@dell.com> (raw)
In-Reply-To: <48DD699C.9090307@dell.com>
[-- Attachment #1: Type: text/plain, Size: 663 bytes --]
So that this doesnt' get lost, I solved this myself on IRC. The
attached patch resolves it.
/src/dbus-hci.c
=======================================
diff -Nur -x '*.orig' -x '*~' bluez-4.7/src/dbus-hci.c bluez-4.7.new/src/dbus-hci.c
--- bluez-4.7/src/dbus-hci.c 2008-09-26 00:39:55.000000000 -0500
+++ bluez-4.7.new/src/dbus-hci.c 2008-09-26 18:22:33.000000000 -0500
@@ -518,7 +518,7 @@
bonding = adapter_get_bonding_info(adapter);
- if (bacmp(&bonding->bdaddr, peer))
+ if (bonding && bacmp(&bonding->bdaddr, peer))
bonding = NULL;
if (status == 0) {
--
Mario Limonciello
*Dell | Linux Engineering*
mario_limonciello@dell.com
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
next prev parent reply other threads:[~2008-09-26 23:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-26 23:00 Bluetoothd crashing on 4.7 Mario Limonciello
2008-09-26 23:36 ` Mario Limonciello [this message]
2008-09-27 21:12 ` Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48DD71F3.90002@dell.com \
--to=mario_limonciello@dell.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.