summaryrefslogtreecommitdiff
path: root/src/fuzz
AgeCommit message (Expand)AuthorFilesLines
2019-06-02udev: modernize udev-rules.cYu Watanabe1-1/+1
2019-05-09fuzzer: add varlink fuzzerLennart Poettering2-0/+135
2019-05-07tests: hook up fuzz targets to FuzzBuzzEvgeny Vereshchagin2-0/+8
2019-04-30meson: make source files including nspawn-settings.h depend on libseccompFranck Bui1-2/+2
2019-04-12Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek7-19/+16
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2-0/+5
2019-03-22fuzz-nspawn-oci: add fuzzer for the oci bundle loaderZbigniew Jędrzejewski-Szmek2-0/+33
2019-03-16fuzz-calendarspec: actually run the second part of the fuzzerZbigniew Jędrzejewski-Szmek1-1/+1
2019-03-15Merge pull request #11975 from keszybz/fuzzer-fixes-nLennart Poettering2-1/+3
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering1-0/+1
2019-03-12fuzz: limit the maximum size of test inputs for a few parsersZbigniew Jędrzejewski-Szmek2-1/+3
2019-03-12fuzz: add a fuzzer for time utilsFrantisek Sumsal2-0/+32
2019-03-12fuzz: add a fuzzer for calendarspecFrantisek Sumsal2-0/+28
2019-03-11fuzz: add nspawn-settings fuzzerFrantisek Sumsal2-0/+33
2019-03-11fuzz: add hostname-util fuzzerFrantisek Sumsal2-0/+32
2019-03-11fuzz: add env-file fuzzerFrantisek Sumsal2-0/+35
2019-03-11fuzz: add bus-label fuzzerFrantisek Sumsal2-0/+22
2019-03-04fuzz-dhcp6-client: avoid assertion failure on samples which dont fit in pipeYu Watanabe2-0/+5
2019-02-28fuzz: do not assume the existence of /sys/class/net/loYu Watanabe1-1/+2
2019-02-26Merge pull request #11824 from keszybz/fuzzer-fixesLennart Poettering6-1/+13
2019-02-26Merge pull request #11823 from keszybz/more-fuzz-coverageLennart Poettering1-0/+1
2019-02-26fuzz-ndisc-rs: avoid assertion failure on samples which dont fit in pipeZbigniew Jędrzejewski-Szmek2-0/+5
2019-02-26fuzz-lldp: avoid assertion failure on samples which dont fit in pipeZbigniew Jędrzejewski-Szmek2-0/+5
2019-02-26fuzz-journal-stream: avoid assertion failure on samples which don't fit in pipeZbigniew Jędrzejewski-Szmek2-1/+3
2019-02-26fuzz: add fuzzer for udev databaseYu Watanabe2-0/+29
2019-02-25fuzz-unit-file: also run manager_dump()Zbigniew Jędrzejewski-Szmek1-0/+1
2018-12-17udev: use typedef for struct udev_rulesZbigniew Jędrzejewski-Szmek1-1/+1
2018-12-14udev: make udev_rules_new() return a proper error codeZbigniew Jędrzejewski-Szmek1-2/+2
2018-12-06util: drop missing.h from socket-util.hYu Watanabe1-1/+2
2018-12-04util: drop missing.h from util.hYu Watanabe1-0/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2-3/+3
2018-11-28Merge pull request #10952 from evverx/keep-fuzz-udev-rules-goingYu Watanabe1-16/+28
2018-11-28tests: suppress "unwanted log lines" in several fuzzersEvgeny Vereshchagin1-0/+3
2018-11-28tests: make fuzz-udev-rules work also in the environment created by run_minijailEvgeny Vereshchagin1-14/+18
2018-11-27tests: keep going even if setup_mount_namespace has failedEvgeny Vereshchagin1-6/+14
2018-11-26tests: add a fuzzer for the udev rules parser (#10929)Evgeny Vereshchagin3-1/+105
2018-11-23tests: add a fuzzer for server_process_native_fileEvgeny Vereshchagin2-0/+53
2018-11-22tests: add a fuzzer for catalog_import_fileEvgeny Vereshchagin2-0/+31
2018-11-20tests: add a fuzzer for journald streamsEvgeny Vereshchagin3-3/+48
2018-11-17tests: introduce dummy_server_init and use it in all journald fuzzersEvgeny Vereshchagin5-40/+32
2018-11-16tests: add a fuzzer for process_audit_stringEvgeny Vereshchagin2-0/+32
2018-11-16tests: run fuzzers four times in a row (#10794)Evgeny Vereshchagin1-1/+7
2018-11-16test: initialize syslog_fd in fuzz-journald-kmsg tooEvgeny Vereshchagin1-0/+1
2018-11-16tests: add a fuzzer for dev_kmsg_recordEvgeny Vereshchagin2-0/+34
2018-11-12fuzz: explicitly set initial value of global variablesYu Watanabe2-2/+2
2018-11-12fuzz: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe3-3/+3
2018-11-12fuzz: use SOCK_STREAM instead of SOCK_DGRAMYu Watanabe2-2/+2
2018-10-30Merge pull request #10563 from keszybz/lz4-quickfix-quickfixLennart Poettering2-0/+84
2018-10-30fuzz-compress: add fuzzer for compression and decompressionZbigniew Jędrzejewski-Szmek2-0/+84
2018-10-29tests: add an lldp fuzzerEvgeny Vereshchagin2-0/+45