summaryrefslogtreecommitdiffstats
path: root/src/fuzz (follow)
Commit message (Expand)AuthorAgeFilesLines
* fuzz: do not assume the existence of /sys/class/net/loYu Watanabe2019-02-281-1/+2
* Merge pull request #11824 from keszybz/fuzzer-fixesLennart Poettering2019-02-266-1/+13
|\
| * fuzz-ndisc-rs: avoid assertion failure on samples which dont fit in pipeZbigniew Jędrzejewski-Szmek2019-02-262-0/+5
| * fuzz-lldp: avoid assertion failure on samples which dont fit in pipeZbigniew Jędrzejewski-Szmek2019-02-262-0/+5
| * fuzz-journal-stream: avoid assertion failure on samples which don't fit in pipeZbigniew Jędrzejewski-Szmek2019-02-262-1/+3
* | Merge pull request #11823 from keszybz/more-fuzz-coverageLennart Poettering2019-02-261-0/+1
|\ \ | |/ |/|
| * fuzz-unit-file: also run manager_dump()Zbigniew Jędrzejewski-Szmek2019-02-251-0/+1
* | fuzz: add fuzzer for udev databaseYu Watanabe2019-02-262-0/+29
|/
* udev: use typedef for struct udev_rulesZbigniew Jędrzejewski-Szmek2018-12-171-1/+1
* udev: make udev_rules_new() return a proper error codeZbigniew Jędrzejewski-Szmek2018-12-141-2/+2
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-1/+2
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-022-3/+3
* Merge pull request #10952 from evverx/keep-fuzz-udev-rules-goingYu Watanabe2018-11-281-16/+28
|\
| * tests: make fuzz-udev-rules work also in the environment created by run_minijailEvgeny Vereshchagin2018-11-281-14/+18
| * tests: keep going even if setup_mount_namespace has failedEvgeny Vereshchagin2018-11-271-6/+14
* | tests: suppress "unwanted log lines" in several fuzzersEvgeny Vereshchagin2018-11-281-0/+3
|/
* tests: add a fuzzer for the udev rules parser (#10929)Evgeny Vereshchagin2018-11-263-1/+105
* tests: add a fuzzer for server_process_native_fileEvgeny Vereshchagin2018-11-232-0/+53
* tests: add a fuzzer for catalog_import_fileEvgeny Vereshchagin2018-11-222-0/+31
* tests: add a fuzzer for journald streamsEvgeny Vereshchagin2018-11-203-3/+48
* tests: introduce dummy_server_init and use it in all journald fuzzersEvgeny Vereshchagin2018-11-175-40/+32
* tests: add a fuzzer for process_audit_stringEvgeny Vereshchagin2018-11-162-0/+32
* tests: run fuzzers four times in a row (#10794)Evgeny Vereshchagin2018-11-161-1/+7
* test: initialize syslog_fd in fuzz-journald-kmsg tooEvgeny Vereshchagin2018-11-161-0/+1
* tests: add a fuzzer for dev_kmsg_recordEvgeny Vereshchagin2018-11-162-0/+34
* fuzz: explicitly set initial value of global variablesYu Watanabe2018-11-112-2/+2
* fuzz: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe2018-11-113-3/+3
* fuzz: use SOCK_STREAM instead of SOCK_DGRAMYu Watanabe2018-11-112-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