]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-bus-marshall: add a hopefully helpful comment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Jun 2019 15:23:32 +0000 (17:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Jun 2019 15:27:19 +0000 (17:27 +0200)
src/libsystemd/sd-bus/test-bus-marshal.c

index ade16e532df3180bcf9c45911dc8f533e2743de9..d7d51ba9504f4b2bc9196d8c8851d0de37503b51 100644 (file)
@@ -203,6 +203,7 @@ int main(int argc, char *argv[]) {
         log_info("message size = %zu, contents =\n%s", sz, h);
 
 #if HAVE_GLIB
         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;
 #if !HAS_FEATURE_ADDRESS_SANITIZER
         {
                 GDBusMessage *g;