summaryrefslogtreecommitdiff
path: root/src/fuzz
Commit message (Expand)AuthorAgeFilesLines
* fuzz-fido-id-desc: drop unused case fileZbigniew Jędrzejewski-Szmek2021-10-181-6/+0
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-1/+1
* fuzz-main: allow the number of runs to be overriddenZbigniew Jędrzejewski-Szmek2021-03-061-3/+14
* fuzz-bus-message: move sources to src/libsystemd/Zbigniew Jędrzejewski-Szmek2021-03-062-47/+0
* treewide: tighten variable scope in loops (#18372)Susant Sahani2021-01-271-4/+4
* meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-191-86/+0
* meson: drop unnecessary libraries from journal related testsYu Watanabe2021-01-191-3/+1
* meson: move source file list for systemd-xdg-autostart-generator and its testsYu Watanabe2021-01-191-4/+0
* meson: drop unnecessary loopYu Watanabe2021-01-191-2/+1
* fuzzers: move several fuzzersYu Watanabe2021-01-1931-783/+23
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-191-48/+18
* xdg: move tests for xdg-autostart-generatorYu Watanabe2021-01-192-37/+1
* fuzzers: set maximum length for several fuzzersYu Watanabe2020-12-304-0/+8
* Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-162-2/+2
* meson: do not link with libudevYu Watanabe2020-12-161-2/+1
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-1/+0
|\
| * meson: drop libsystemd_network from several binariesYu Watanabe2020-10-291-1/+0
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0934-34/+34
* | udev: add fuzzer for udev_rule_parse_valueYu, Li-Yu2020-10-292-0/+35
|/
* fuzz-udev-rules: -ENOBUFS should be accepted tooZbigniew Jędrzejewski-Szmek2020-06-251-1/+6
* fuzz-udev-rules: rewrite to not require root privilegesZbigniew Jędrzejewski-Szmek2020-06-231-83/+8
* udev: split rules object creation and loadingZbigniew Jędrzejewski-Szmek2020-06-231-1/+1
* core: remove support for ".include" stanzaLennart Poettering2020-06-031-1/+1
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-4/+7
* xdg-autostart: fix two coverity found issuesLennart Poettering2020-05-281-2/+1
* fuzz: Add an XDG desktop file fuzzerBenjamin Berg2020-05-272-0/+43
* ci: turn off FuzzBuzzEvgeny Vereshchagin2020-03-302-8/+0
* sd-bus: export sd_bus_message_dumpZbigniew Jędrzejewski-Szmek2020-01-231-1/+1
* sd-bus: make dump flags publicZbigniew Jędrzejewski-Szmek2020-01-231-1/+1
* json: add flags parameter to json_parse_file(), for parsing "sensitive" dataLennart Poettering2019-12-021-1/+1
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* test: move {test,fuzz}-fido-id-desc.c into src/udev/fido_idYu Watanabe2019-10-312-28/+0
* udev: Add id program and rule for FIDO security tokensFabian Henneke2019-09-073-0/+34
* journal: Make the output of --update-catalog deterministicDaniel Edgecumbe2019-09-061-2/+2
* udev: modernize udev-rules.cYu Watanabe2019-06-021-1/+1
* fuzzer: add varlink fuzzerLennart Poettering2019-05-092-0/+135
* tests: hook up fuzz targets to FuzzBuzzEvgeny Vereshchagin2019-05-072-0/+8
* meson: make source files including nspawn-settings.h depend on libseccompFranck Bui2019-04-301-2/+2
* Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek2019-04-127-19/+16
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-272-0/+5
* fuzz-nspawn-oci: add fuzzer for the oci bundle loaderZbigniew Jędrzejewski-Szmek2019-03-222-0/+33
* fuzz-calendarspec: actually run the second part of the fuzzerZbigniew Jędrzejewski-Szmek2019-03-161-1/+1
* Merge pull request #11975 from keszybz/fuzzer-fixes-nLennart Poettering2019-03-152-1/+3
|\
| * fuzz: limit the maximum size of test inputs for a few parsersZbigniew Jędrzejewski-Szmek2019-03-122-1/+3
* | util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-0/+1
|/
* fuzz: add a fuzzer for time utilsFrantisek Sumsal2019-03-122-0/+32
* fuzz: add a fuzzer for calendarspecFrantisek Sumsal2019-03-122-0/+28
* fuzz: add nspawn-settings fuzzerFrantisek Sumsal2019-03-112-0/+33
* fuzz: add hostname-util fuzzerFrantisek Sumsal2019-03-112-0/+32
* fuzz: add env-file fuzzerFrantisek Sumsal2019-03-112-0/+35