]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #7933 from keszybz/fuzz-regression
authorEvgeny Vereshchagin <evvers@ya.ru>
Sat, 27 Jan 2018 09:56:42 +0000 (12:56 +0300)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2018 09:56:42 +0000 (12:56 +0300)
test: add fuzzer regression testing

1  2 
HACKING
meson.build

diff --cc HACKING
index 517b3c29bbc136f2a89b7e05ebf1490f717a1f19,8c72bdd3e2e0b1e1e094dd2f5e95e9223ce60fdd..e9a159ba9f9033bdbd0afc1a5f0047e637286bd1
+++ b/HACKING
@@@ -95,13 -95,17 +95,16 @@@ scripts/oss-fuzz.sh
  
  The fuzzers can be built locally if you have libFuzzer installed by running
  scripts/oss-fuzz.sh. You should also confirm that the fuzzer runs in the
 -OSS-Fuzz environment by checking out the OSS-Fuzz repo, modifying the git clone
 -in projects/systemd/Dockerfile to point at your code (for example, a fork on
 -GitHub) and then running these commands:
 +OSS-Fuzz environment by checking out the OSS-Fuzz repo, and then running
 +commands like this:
  
          python infra/helper.py build_image systemd
 -        python infra/helper.py build_fuzzers --sanitizer memory systemd
 +        python infra/helper.py build_fuzzers --sanitizer memory systemd ../systemd
          python infra/helper.py run_fuzzer systemd fuzz-foo
  
+ If you find a bug that impacts the security of systemd, please follow the
+ guidance in .github/CONTRIBUTING.md on how to report a security vulnerability.
  For more details on building fuzzers and integrating with OSS-Fuzz, visit:
  
          https://github.com/google/oss-fuzz/blob/master/docs/new_project_guide.md
diff --cc meson.build
Simple merge