summaryrefslogtreecommitdiff
path: root/src/xdg-autostart-generator
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-02-11 00:29:22 +0900
committerGitHub <noreply@github.com>2021-02-11 00:29:22 +0900
commit9a67c080b0a5877971cbb968ca2d41fcf0dc6f1d (patch)
tree05b4183b0969a13d20cbcd5a23f2d4c763527082 /src/xdg-autostart-generator
parentbbe05f94f1341839a6da9bceceaeac7f8001d76b (diff)
parent40a49f127e95888ac1185bb6f6e6122466d8192f (diff)
downloadsystemd-9a67c080b0a5877971cbb968ca2d41fcf0dc6f1d.tar.gz
Merge pull request #18506 from keszybz/fuzz-systemctl-parse-argv
Fuzzer for systemctl argline parsing
Diffstat (limited to 'src/xdg-autostart-generator')
-rw-r--r--src/xdg-autostart-generator/fuzz-xdg-desktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdg-autostart-generator/fuzz-xdg-desktop.c b/src/xdg-autostart-generator/fuzz-xdg-desktop.c
index 23077e48dc..52ba7ff0a4 100644
--- a/src/xdg-autostart-generator/fuzz-xdg-desktop.c
+++ b/src/xdg-autostart-generator/fuzz-xdg-desktop.c
@@ -3,12 +3,12 @@
#include "alloc-util.h"
#include "fd-util.h"
#include "fs-util.h"
+#include "fuzz.h"
#include "rm-rf.h"
#include "string-util.h"
#include "strv.h"
#include "tests.h"
#include "tmpfile-util.h"
-#include "fuzz.h"
#include "xdg-autostart-service.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {