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

Improve verifier fuzzer #3431

Merged
merged 8 commits into from
Apr 19, 2024
Merged

Conversation

Alan-Jowett
Copy link
Member

Description

This pull request mainly focuses on enhancing the verifier fuzzer. It uses additional entropy from the libfuzzer to seed program data being passed to the programs when they are executed.

Enhancements to Fuzzing:

  • Directory.Build.props: Updated the AdditionalOptions for both Release|True and Debug|True configurations to include /fsanitizer=fuzzer which enables the fuzzer.

Updates to Test Harness:

Testing

CI/CD

Documentation

No.

Installation

No.,

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
dv-msft
dv-msft previously approved these changes Apr 19, 2024
Co-authored-by: Dave Thaler <dthaler1968@gmail.com>
dv-msft
dv-msft previously approved these changes Apr 19, 2024
Alan Jowett added 2 commits April 19, 2024 10:50
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
@dthaler dthaler enabled auto-merge April 19, 2024 18:00
@dthaler dthaler added this pull request to the merge queue Apr 19, 2024
Merged via the queue into microsoft:main with commit 3602d10 Apr 19, 2024
85 of 87 checks passed
@Alan-Jowett Alan-Jowett deleted the improve_verifier_fuzzer branch April 19, 2024 19:38
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

4 participants