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

UBSan support #60

Closed
mikea opened this issue Oct 31, 2016 · 4 comments
Closed

UBSan support #60

mikea opened this issue Oct 31, 2016 · 4 comments

Comments

@mikea
Copy link
Contributor

mikea commented Oct 31, 2016

build fuzzers with Undefined Behavior Sanitizer

signed-integer-overflow,shift,vptr are good starting configuration.

Should be a different upload binary.

@kcc
Copy link
Contributor

kcc commented Oct 31, 2016

bool should be pretty easy and useful too

mikea added a commit that referenced this issue Nov 15, 2016
@alex
Copy link
Contributor

alex commented Nov 23, 2016

Should https://github.com/google/oss-fuzz/blob/master/infra/libfuzzer-pipeline.groovy#L31 be updated so that undefined is enabled by default?

@mikea
Copy link
Contributor Author

mikea commented Nov 23, 2016

Alex, that's exactly the plan. We need to fix couple more things before though. Most notably we need to report precise sanitizer configuration in bug reports.

@mikea
Copy link
Contributor Author

mikea commented Dec 30, 2016

Supported in helper.py & documented: https://github.com/google/oss-fuzz/blob/master/docs/reference.md#sanitizers

Forked #232, #233, #234.

@mikea mikea closed this as completed Dec 30, 2016
DavidKorczynski pushed a commit that referenced this issue Jul 9, 2024
Fix command typo in USAGE.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants