summaryrefslogtreecommitdiff
path: root/src/fuzz/fuzz-dns-packet.c
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* fuzz: check return valueYu Watanabe2018-01-221-7/+4
| | | | Closes CID #1385306 and #1385300.
* fuzz: add initial fuzzing infrastructureJonathan Rudenberg2018-01-171-0/+43
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.