From: Zbigniew Jędrzejewski-Szmek Date: Wed, 12 Jun 2019 15:23:32 +0000 (+0200) Subject: test-bus-marshall: add a hopefully helpful comment X-Git-Tag: v243-rc1~294^2~1 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=e213e309fa6e078f645e28ee84244ad58c0a9ef8;ds=sidebyside test-bus-marshall: add a hopefully helpful comment --- 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;