From 7db7d5b73368fde010a258a5b2c48faf0d3e82c8 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Sat, 13 Jan 2018 19:51:07 -0500 Subject: fuzz: add initial fuzzing infrastructure The fuzzers will be used by oss-fuzz to automatically and continuously fuzz systemd. This commit includes the build tooling necessary to build fuzz targets, and a fuzzer for the DNS packet parser. --- src/fuzz/fuzz-dns-packet.options | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/fuzz/fuzz-dns-packet.options (limited to 'src/fuzz/fuzz-dns-packet.options') diff --git a/src/fuzz/fuzz-dns-packet.options b/src/fuzz/fuzz-dns-packet.options new file mode 100644 index 0000000000..0824b19fab --- /dev/null +++ b/src/fuzz/fuzz-dns-packet.options @@ -0,0 +1,2 @@ +[libfuzzer] +max_len = 65535 -- cgit v1.2.1