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

Sanitizer build for fuzzers #689

Merged
merged 3 commits into from May 21, 2018
Merged

Sanitizer build for fuzzers #689

merged 3 commits into from May 21, 2018

Conversation

derwolfe
Copy link
Contributor

@derwolfe derwolfe commented May 14, 2018

This PR adds more fuzzer support. It makes it possible to build the fuzzers with asan and ubsan. Further it pulls in regression cases to run them through asan and and ubsan as well. The goal of this is to allow future bugs that the fuzzer might find to be reproduced easily and added to the regression test cases.

Note, this doesn't enable MSAN support as that is a fair but more involved. This could be a future enhancement.

@derwolfe derwolfe changed the title WIP Sanitizer build for fuzzers Sanitizer build for fuzzers May 15, 2018
@redboltz
Copy link
Contributor

Thank you for sending the PR. I think that the PR is refined version of the #688 try.
But the PR still contains huge commit log. Could you refine it? push --force is OK for me.

@derwolfe
Copy link
Contributor Author

Definitely! I'll clean this up and push the changes. Thanks!

@redboltz redboltz merged commit ddb3201 into msgpack:master May 21, 2018
@redboltz
Copy link
Contributor

Thank you for updating. merged.

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.

None yet

2 participants