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

OSS-Fuzz ASAN Fix #844

Merged
merged 1 commit into from
Jun 30, 2024
Merged

OSS-Fuzz ASAN Fix #844

merged 1 commit into from
Jun 30, 2024

Conversation

capuanob
Copy link
Contributor

@gittiver This PR introduces a blocking fix to base64decode for fuzzing integration.

Currently, address sanitization instantly seg-faults when building and checking the fuzzers. This occurs when the fuzzer calls base64decode with a string of length less than 2.

When this is integrated, it will allow the Google PR to pass all CI checks and be merged in for continuous fuzzing.

Thank you for your review!

@capuanob
Copy link
Contributor Author

@gittiver

Good afternoon! Should you get the chance, would it be possible to get this merged? I'm hoping that Google will review the OSS-Fuzz PR early this week. When this is merged in, the checks will begin passing for meeting into Google's upstream. At that point, the checks on this repo will also pass

@gittiver gittiver merged commit c63e977 into CrowCpp:master Jun 30, 2024
5 of 6 checks passed
@capuanob capuanob deleted the fix/asan-b64decode branch July 8, 2024 01:00
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.

2 participants