[pulseaudio-tickets] [Bug 104646] org.bluez.MediaEndpoint1.Release should do nothing, not raise a DBUS error

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 16 23:37:27 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=104646

--- Comment #5 from faminebadger at googlemail.com ---
Yes, that seems to work.

However, I think it's not the best design to check dbus_message_get_no_reply in
endpoint_release.  That means there will be dozens of other places that
construct dbus responses that remain unprotected.

I think it preferable to find a place higher up that call tree that is common
to all dbus message handlers (or at least all bluez ones) that can check the
flag and destroy any unsolicited message that has been constructed and returned
by the individual handlers.

That would fix this, but also every other possible instance.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20180116/4d09f938/attachment.html>


More information about the pulseaudio-bugs mailing list