From e213e309fa6e078f645e28ee84244ad58c0a9ef8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 12 Jun 2019 17:23:32 +0200 Subject: [PATCH] test-bus-marshall: add a hopefully helpful comment --- src/libsystemd/sd-bus/test-bus-marshal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsystemd/sd-bus/test-bus-marshal.c b/src/libsystemd/sd-bus/test-bus-marshal.c index ade16e532df..d7d51ba9504 100644 --- a/src/libsystemd/sd-bus/test-bus-marshal.c +++ b/src/libsystemd/sd-bus/test-bus-marshal.c @@ -203,6 +203,7 @@ int main(int argc, char *argv[]) { log_info("message size = %zu, contents =\n%s", sz, h); #if HAVE_GLIB + /* Work-around for asan bug. See c8d980a3e962aba2ea3a4cedf75fa94890a6d746. */ #if !HAS_FEATURE_ADDRESS_SANITIZER { GDBusMessage *g; -- 2.39.2