]> git.ipfire.org Git - thirdparty/systemd.git/commit - tools/oss-fuzz.sh
oss-fuzz.sh: just install the shared library
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 16 Aug 2018 02:06:35 +0000 (02:06 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 16 Aug 2018 06:45:49 +0000 (06:45 +0000)
commit7cd98cc495ab6ecb405805eda189611d07d66213
tree848271c7da26b36018ef1638b842e632e34ff832
parent9e5f34a639f643456b9ed43974b59c620ef4fc34
oss-fuzz.sh: just install the shared library

The workaround is no longer necessary, because the scripts
checking fuzzers have stopped going down to the subdirectories
of $OUT and started to look for the string "LLVMFuzzerTestOneInput"
to tell fuzzers and random binaries apart. Some more details can be
found at https://github.com/google/oss-fuzz/issues/1566.
tools/oss-fuzz.sh