]> git.ipfire.org Git - thirdparty/systemd.git/commit
Continuous Fuzzing Integration with Fuzzit
authorJeka Pats <yev.pats@gmail.com>
Tue, 11 Jun 2019 06:25:45 +0000 (09:25 +0300)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 14 Jun 2019 18:09:40 +0000 (21:09 +0300)
commit53a42e6268bca45c42c54aba3ee70c433a58dc83
tree90a901856a27d3c7ca67ff7be5cfd934b3577727
parentc111cd98340f1a74e548cfb8386a0fe334c1f6f1
Continuous Fuzzing Integration with Fuzzit

includes two travis ci steps:

1) Every pull-request/push all fuzzing targets will do a quick
sanity run on the generated corpus and crashes (via Fuzzit)
2) On a daily basis the fuzzing targets will be compiled (from
master) and will and their respectible fuzzing job on Fuzzit
will be updated to the new binary.
.travis.yml
README.md
docs/HACKING.md
travis-ci/managers/fuzzit.sh [new file with mode: 0755]