Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClusterFuzz marked crbug.com/oss-fuzz/66474 as Verified when the Fuzz Target did not exist #11645

Open
wantehchang opened this issue Feb 28, 2024 · 0 comments

Comments

@wantehchang
Copy link
Contributor

Please see https://crbug.com/oss-fuzz/66474#c6 and https://crbug.com/oss-fuzz/66474#c13.

Last week, for two days, there was a build failure in our UndefinedBehaviorSanitizer build so that the build_fuzzers command failed silengly (with exit status 0):

$ python infra/helper.py build_fuzzers --sanitizer undefined libavif ~/tmp/oss-fuzz-66755/libavif
...
[324/368] Building CXX object tests/CMakeF....dir/gtest/avif_fuzztest_enc_dec_anim.cc.o
ninja: build stopped: subcommand failed.
ls: cannot access './tests/avif_fuzztest_*': No such file or directory
...

but the reproduce command faild:

$ python infra/helper.py reproduce libavif avif_fuzztest_enc_dec_anim@EncodeDecodeAvifFuzzTest.EncodeDecodeAnimation ~/Downloads/clusterfuzz-testcase-minimized-avif_fuzztest_enc_dec_anim\@EncodeDecodeAvifFuzzTest.EncodeDecodeAnimation-4699314966298624 
ERROR:__main__:avif_fuzztest_enc_dec_anim@EncodeDecodeAvifFuzzTest.EncodeDecodeAnimation does not seem to exist. Please run build_fuzzers first.
$ echo $?
1
$

Apparently this caused ClusterFuzz to mark crbug.com/oss-fuzz/66474 as Verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant