On Wed, 12 Jul 2017, Mat Martineau wrote:
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(-)
Ok, this is the last patch for now. Everything runs cleanly with
asan/lsan/ubsan or valgrind now, including test-tls and test-key with an
appropriate kernel.
--
Mat Martineau
Intel OTC