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

Replace explicit compiler options with <EnableFuzzer>true</EnableFuzzer> #4001

Open
Alan-Jowett opened this issue Nov 12, 2024 · 0 comments
Open
Assignees
Labels
cleanup Affects API usability or code maintainability but not correctness or applicability P2 triaged Discussed in a triage meeting
Milestone

Comments

@Alan-Jowett
Copy link
Member

Visual Studio now supports the: <EnableFuzzer>true</EnableFuzzer> similar to <EnableASAN>true</EnableASAN>

Look into replacing "/fsanitize=fuzzer" with <EnableFuzzer>true</EnableFuzzer>

@shankarseal shankarseal self-assigned this Nov 18, 2024
@shankarseal shankarseal added the P2 label Nov 18, 2024
@shankarseal shankarseal added this to the 2411 milestone Nov 18, 2024
@shankarseal shankarseal added cleanup Affects API usability or code maintainability but not correctness or applicability triaged Discussed in a triage meeting labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Affects API usability or code maintainability but not correctness or applicability P2 triaged Discussed in a triage meeting
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants