summaryrefslogtreecommitdiff
path: root/src/fuzz
Commit message (Expand)AuthorAgeFilesLines
* fuzz: explicitly set initial value of global variablesYu Watanabe2018-11-122-2/+2
* fuzz: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe2018-11-123-3/+3
* fuzz: use SOCK_STREAM instead of SOCK_DGRAMYu Watanabe2018-11-122-2/+2
* Merge pull request #10563 from keszybz/lz4-quickfix-quickfixLennart Poettering2018-10-302-0/+84
|\
| * fuzz-compress: add fuzzer for compression and decompressionZbigniew Jędrzejewski-Szmek2018-10-302-0/+84
* | tests: add an lldp fuzzerEvgeny Vereshchagin2018-10-292-0/+45
|/
* tests: add a fuzzer for the json parser and dumperEvgeny Vereshchagin2018-10-102-0/+34
* fuzz-bus-message: add fuzzer for message parsingZbigniew Jędrzejewski-Szmek2018-10-022-0/+51
* fuzz: add a fuzzer for dhcp6_clientEvgeny Vereshchagin2018-09-292-0/+68
* tests: add a fuzzer for sd-ndiscEvgeny Vereshchagin2018-09-262-0/+67
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* tests: put fuzz_journald_processing_function in a .c fileEvgeny Vereshchagin2018-09-083-24/+36
* tests: add a fuzzer for server_process_native_messageEvgeny Vereshchagin2018-09-032-0/+15
* tests: rework the code fuzzing journaldEvgeny Vereshchagin2018-09-032-21/+32
* tests: add a rudimentary fuzzer for server_process_syslog_message (#9979)Evgeny Vereshchagin2018-09-032-0/+34
* tree-wide: add multiple inclusion guardYu Watanabe2018-06-251-0/+1
* 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