]> code.delx.au - pulseaudio/commitdiff
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)
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


No differences found