Hi Mat,
Configuring with --enable-asan and running test-dbus-properties
revealed
that properties_set_complete() was accessing a reply message after it
was sent, but l_dbus_send() had already unref'd and freed the message.
Grabbing a reference to the reply before sending fixes the problem.
---
ell/dbus-service.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
patch has been applied.
Regards
Marcel