bluetooth: assert that dbus_message_iter_append_basic() doesn't fail
authorTanu Kaskinen <tanuk@iki.fi>
Sat, 29 Oct 2016 18:06:53 +0000 (21:06 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 30 Mar 2017 16:27:02 +0000 (19:27 +0300)
commit41e974d8631541164d6811fc68f7ff21e5ed322a
tree1e958035971c07c7a59c23ee3f80653851b05045
parent2c2ca1c949553b59c54431ec179b31a697004492
bluetooth: assert that dbus_message_iter_append_basic() doesn't fail

The function can only fail if there's not enough memory available, and
if that happens, the convention in PulseAudio is to abort.

CID: 1353106, 1353108, 1353140
src/modules/bluetooth/backend-native.c
src/modules/bluetooth/bluez4-util.c
src/modules/bluetooth/bluez5-util.c