summaryrefslogtreecommitdiff
path: root/src/fuzz
Commit message (Expand)AuthorAgeFilesLines
* fuzz-bus-message: add fuzzer for message parsingZbigniew Jędrzejewski-Szmek2019-05-032-0/+51
* tests: add a fuzzer for sd-ndiscEvgeny Vereshchagin2019-05-032-0/+67
* tests: add a fuzzer for server_process_native_messageEvgeny Vereshchagin2019-05-032-0/+15
* tests: rework the code fuzzing journaldEvgeny Vereshchagin2019-05-032-21/+32
* tests: add a rudimentary fuzzer for server_process_syslog_message (#9979)Evgeny Vereshchagin2019-05-032-0/+34
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-205-13/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-145-5/+5
* fuzz-journal-remote: write to /dev/null not stdoutZbigniew Jędrzejewski-Szmek2018-05-311-1/+8
* fuzz-journal-remote: try all output modesZbigniew Jędrzejewski-Szmek2018-05-311-2/+8
* fuzz-journal-remote: a fuzzer for journal-remote over-the-wire inputZbigniew Jędrzejewski-Szmek2018-05-313-0/+69
* fuzz-unit-file: skip BOM (#8723)Zbigniew Jędrzejewski-Szmek2018-04-161-1/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-065-65/+0
* fuzz-unit-file: allow a space between variable name and "=" (#8670)Zbigniew Jędrzejewski-Szmek2018-04-061-1/+1
* fuzz-unit-file: add __has_feature(memory_sanitizer) when skipping ListenNetlink=Zbigniew Jędrzejewski-Szmek2018-03-261-1/+1
* fuzz-unit-file: adjust check for ListenNetlink yet againZbigniew Jędrzejewski-Szmek2018-03-261-2/+4
* fuzz-unit-file: fix check if ListenNetlink is usedZbigniew Jędrzejewski-Szmek2018-03-211-1/+4
* fuzz-unit-file: simply do not test ListenNetlink= at allZbigniew Jędrzejewski-Szmek2018-03-181-0/+18
* fuzz-dhcp-server: fix name of options fileZbigniew Jędrzejewski-Szmek2018-03-111-0/+0
* fuzz: allow logging to be configured, disable in fuzz-unit-fileZbigniew Jędrzejewski-Szmek2018-03-112-0/+9
* Add fuzzer for unit file parserZbigniew Jędrzejewski-Szmek2018-03-112-3/+62
* fuzz: cast to void when return value is ignoredYu Watanabe2018-01-221-1/+1
* fuzz: check return valueYu Watanabe2018-01-221-7/+4
* fuzz: fix coding styleYu Watanabe2018-01-221-1/+1
* fuzz: add DHCP server fuzzerJonathan Rudenberg2018-01-193-0/+75
* fuzz: add initial fuzzing infrastructureJonathan Rudenberg2018-01-175-0/+144