summaryrefslogtreecommitdiff
path: root/src/fuzz/fuzz-dns-packet.options
diff options
context:
space:
mode:
authorJonathan Rudenberg <jonathan@titanous.com>2018-01-13 19:51:07 -0500
committerJonathan Rudenberg <jonathan@titanous.com>2018-01-17 13:57:06 -0500
commit7db7d5b73368fde010a258a5b2c48faf0d3e82c8 (patch)
tree61a751696af8f102076b7228ec1af7829ab4f416 /src/fuzz/fuzz-dns-packet.options
parent52ffb3d2e9763bbb0dc3ed416b85d0f01900cad6 (diff)
downloadsystemd-7db7d5b73368fde010a258a5b2c48faf0d3e82c8.tar.gz
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.
Diffstat (limited to 'src/fuzz/fuzz-dns-packet.options')
-rw-r--r--src/fuzz/fuzz-dns-packet.options2
1 files changed, 2 insertions, 0 deletions
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