When generating random messages, exercise empty signature as intended
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 6 Jan 2015 22:15:16 +0000 (22:15 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 6 Jan 2015 22:45:27 +0000 (22:45 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88089

dbus/dbus-marshal-recursive-util.c

index 0e2b42016b637e8f3a40cc7f8a790df49afd6cce..3bc26a8c3d5ab00b7f49d8eed4b80c8683a1b0ea 100644 (file)
@@ -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",