]> code.delx.au - pulseaudio/commit
bluetooth: Fix crash due to usage of pa_bool_t instead of dbus_bool_t
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 11 May 2012 12:02:20 +0000 (17:32 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 11 May 2012 12:02:20 +0000 (17:32 +0530)
commitec316b04acb9b3f0a79f7e5d322674f3fa241338
treec28f4721538265b3c98c7a6770f5f6ba152d5ab2
parent7bb8442c111d5e1fba20eb101eb854edd5392627
bluetooth: Fix crash due to usage of pa_bool_t instead of dbus_bool_t

pa_bool_t and dbus_bool_t cannot be used interchangably since their size
might (and do) vary. This caused a crash on some systems which was
reported and root caused by: Aidan Thornton <makosoft@googlemail.com>.

Ref: https://bugs.gentoo.org/show_bug.cgi?id=398097
src/modules/bluetooth/bluetooth-util.c