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

Fix syzkaller to use go-fuzz. #3646

Merged
merged 1 commit into from
Apr 14, 2020
Merged

Fix syzkaller to use go-fuzz. #3646

merged 1 commit into from
Apr 14, 2020

Conversation

inferno-chromium
Copy link
Collaborator

Fixes #3639.

@TravisBuddy
Copy link

Hey @inferno-chromium,
Your changes look good to me!

View build log

TravisBuddy Request Identifier: f7e5a5a0-7e99-11ea-aa55-831b94064743

@@ -28,4 +28,4 @@ function compile_fuzzer {
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE $fuzzer.a -lpthread -o $OUT/$fuzzer
}

compile_fuzzer fuzz Fuzz fuzz_json
compile_fuzzer . Fuzz fuzz_json
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@inferno-chromium inferno-chromium merged commit 896ed72 into master Apr 14, 2020
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

Successfully merging this pull request may close these issues.

Syzkaller targets are broken with native go114-fuzz-build
4 participants