summaryrefslogtreecommitdiff
path: root/test/fuzz
AgeCommit message (Expand)AuthorFilesLines
2018-11-16core: remove JoinControllers= configuration settingLennart Poettering1-1/+0
2018-11-16tests: add a reproducer for a heap-buffer-overflow fixed in 937b1171378bc1000aEvgeny Vereshchagin1-0/+0
2018-11-16tests: add a reproducer for a memory leak fixed in 30eddcd51b8a472e05d3b8d1 i...Evgeny Vereshchagin1-0/+0
2018-11-16tests: add a fuzzer for dev_kmsg_recordEvgeny Vereshchagin4-0/+7
2018-11-12Merge pull request #10736 from yuwata/coredump-commentLennart Poettering1-0/+0
2018-11-12Merge pull request #10731 from yuwata/fix-oss-fuzz-11344Lennart Poettering1-0/+6
2018-11-12fuzz: add testcase of oss-fuzz#8658Yu Watanabe1-0/+0
2018-11-12Merge pull request #10669 from danderson/networkd-6rdYu Watanabe2-0/+9
2018-11-12fuzz: add testcase of oss-fuzz#10734Yu Watanabe1-0/+0
2018-11-12fuzz: add testcase of already fixed issue 10908Yu Watanabe1-0/+9
2018-11-12fuzz: add testcase of oss-fuzz#11344Yu Watanabe1-0/+6
2018-11-11fuzz: add testcase of oss-fuzz#11345Yu Watanabe1-0/+2
2018-11-10fuzz: add testcase for oss-fuzz#11324Yu Watanabe1-0/+0
2018-11-09Add 6rd directive to the netdev fuzzing corpus.David Anderson2-0/+9
2018-11-09fuzz: add testcases of recent issuesYu Watanabe2-0/+7
2018-11-08fuzz: add a testcase for oss-fuzz#11285Yu Watanabe1-0/+2
2018-11-08fuzz: add more testcases of already fixed issue about multiple netdev kindYu Watanabe5-0/+0
2018-11-07fuzz: add testcases for oss-fuzz#11279 and #11280Yu Watanabe2-0/+0
2018-11-06tests: add a couple of files containing all the sections and directivesEvgeny Vereshchagin2-0/+340
2018-11-06tests: replace AdActorSysPrio with AdActorSystemPriorityEvgeny Vereshchagin1-1/+1
2018-11-06tests: add a reporoducer for https://github.com/systemd/systemd/issues/10639Evgeny Vereshchagin1-0/+8
2018-11-06tests: add some data that can be fed to fuzz-network-parserEvgeny Vereshchagin53-0/+384
2018-11-06tests: add a reproducer for https://github.com/systemd/systemd/issues/10629Evgeny Vereshchagin1-0/+10
2018-11-06networkd: make netdev_load_one "public" and add a fuzzer for itEvgeny Vereshchagin28-0/+211
2018-10-29tests: add an lldp fuzzerEvgeny Vereshchagin3-0/+0
2018-10-25Merge pull request #10378 from poettering/json-fuzz-fixZbigniew Jędrzejewski-Szmek1-0/+9
2018-10-19fuzz: add testcase of oss-fuzz#11019Yu Watanabe1-0/+0
2018-10-18fuzz: add test from oss-fuzz#10908Lennart Poettering1-0/+9
2018-10-18core: implement per unit journal rate limitingAnita Zhang1-0/+2
2018-10-10meson: rename cpp_cmd to cxx_cmdZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-09meson: we cannot call get_compiler('cpp') if we didn't "add" itZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-09meson: use same compilers to build fuzzersYu Watanabe1-1/+3
2018-10-03test: add a testcase for oss-fuzz#10746Yu Watanabe1-0/+0
2018-10-02bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02fuzz-bus-message: add two test cases that pass nowZbigniew Jędrzejewski-Szmek2-0/+0
2018-10-02bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2-0/+0
2018-10-02sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02fuzz-bus-message: add fuzzer for message parsingZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02meson: treat all fuzz cases as unit testsZbigniew Jędrzejewski-Szmek1-30/+20
2018-10-02fuzz: unify the "fuzz-regressions" directory with the main corpusZbigniew Jędrzejewski-Szmek29-0/+111
2018-10-02fuzz: rename "fuzz-corpus" directory to just "fuzz"Zbigniew Jędrzejewski-Szmek22-0/+1437