gecko/dom/bluetooth/bluedroid
Thomas Zimmermann a220c486c1 Bug 1046737: Use value to maintain Bluetooth bonding arrays, r=shuang
The Bluedroid code uses indices into global arrays while pairing
with devices. These arrays might get changed in between and the
indices become incorrect. The result is undefined.

The patch fixes the problem by using the value, a reply runnable,
directly for array lookups. No indices are required.

This bug was fixed in bluetooth2/ already, but not yet backported.
2014-08-01 10:26:20 +02:00
..
hfp Bug 1029389: Asynchronous |BluetoothHandsfreeInterface::PhoneStateChange|, r=shuang 2014-07-15 10:56:55 +02:00
hfp-fallback Bug 1045461: Fix HFP fallback code to work with latest Bluetooth changes, r=shuang 2014-07-29 10:47:09 +02:00
b2g_bdroid_buildcfg.h Bug 993286 - Patch 2/3: Support AT+CHLD=3 to merge calls, r=echou, a=1.4+ 2014-04-24 14:55:27 +08:00
BluetoothA2dpManager.cpp Bug 1029390: Asynchronous AVRCP response interfaces, r=shuang 2014-07-23 07:56:23 +02:00
BluetoothA2dpManager.h Bug 1029390: Asynchronous A2DP connect/disconnect, r=shuang 2014-07-23 07:56:23 +02:00
BluetoothInterface.cpp Bug 1029390: Asynchronous |BluetoothAvrcpInterface::SetVolume|, r=shuang 2014-07-23 07:56:23 +02:00
BluetoothInterface.h Bug 1029390: Asynchronous |BluetoothAvrcpInterface::SetVolume|, r=shuang 2014-07-23 07:56:23 +02:00
BluetoothOppManager.cpp Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c"). r=ehsan 2014-05-22 06:48:51 +03:00
BluetoothOppManager.h Bug 939672 - Patch 2/2: Move NS_DECL_ISUPPORTS and NS_DECL_NSIOBSERVER into BluetoothProfileManagerBase.h 2014-02-20 18:15:47 +08:00
BluetoothServiceBluedroid.cpp Bug 1046737: Use value to maintain Bluetooth bonding arrays, r=shuang 2014-08-01 10:26:20 +02:00
BluetoothServiceBluedroid.h Bug 1027030: Convert Bluetooth to use Bluedroid wrappers, r=shuang 2014-06-27 15:45:26 +08:00
BluetoothSocket.cpp Bug 1035240: Close file descriptor in BluetoothSocket, r=shuang 2014-07-11 09:22:51 +02:00
BluetoothSocket.h Bug 1029387: Remove socket setup from BluetoothSocket, r=shuang 2014-07-10 15:11:09 +02:00
BluetoothUtils.cpp Bug 1027030: Convert Bluetooth to use Bluedroid wrappers, r=shuang 2014-06-27 15:45:26 +08:00
BluetoothUtils.h Bug 1027030: Convert Bluetooth to use Bluedroid wrappers, r=shuang 2014-06-27 15:45:26 +08:00