From f92d8e4446bb40603574c9010b02e26b150af8ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 5 Mar 2021 17:10:53 +0100 Subject: [PATCH] fuzz-bus-match: add example from bugzilla#1935084 The fuzzer seems to have no trouble with this sample. It seems that the problem reported in the bug is not caused by the match parsing code. But let's add the sample just in case. https://bugzilla.redhat.com/show_bug.cgi?id=1935084 --- test/fuzz/fuzz-bus-match/bugzilla1935084.input | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/fuzz/fuzz-bus-match/bugzilla1935084.input diff --git a/test/fuzz/fuzz-bus-match/bugzilla1935084.input b/test/fuzz/fuzz-bus-match/bugzilla1935084.input new file mode 100644 index 0000000000..1a0b3cfaab --- /dev/null +++ b/test/fuzz/fuzz-bus-match/bugzilla1935084.input @@ -0,0 +1 @@ +type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.134' -- 2.25.1