From 254b47aa68ddc873db9c3f52afebced9452fd36b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 6 Jan 2015 22:15:16 +0000 Subject: [PATCH] When generating random messages, exercise empty signature as intended Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88089 --- dbus/dbus-marshal-recursive-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-marshal-recursive-util.c b/dbus/dbus-marshal-recursive-util.c index 0e2b42016..3bc26a8c3 100644 --- a/dbus/dbus-marshal-recursive-util.c +++ b/dbus/dbus-marshal-recursive-util.c @@ -2774,7 +2774,7 @@ signature_from_seed (char *buf, { /* try to avoid ascending, descending, or alternating length to help find bugs */ const char *sample_signatures[] = { - "asax" + "asax", "", "asau(xxxx)", "x", -- 2.47.3