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

base64decode should return immediately if the input is empty #3065

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

kevinbackhouse
Copy link
Collaborator

This fixes some minor issues found by https://github.com/google/oss-fuzz-gen. They're using an AI system to generate new fuzz targets that test internal functions. In this case, they're fuzzing base64decode and Uri::Parse. I'll fix these issues, but I'm worried that this is going to turn into a massive spam problem, because it's easy to find crashes if you call internal functions with invalid arguments.

@neheb neheb merged commit eda7171 into Exiv2:main Nov 11, 2024
57 of 58 checks passed
@kmilos
Copy link
Collaborator

kmilos commented Nov 11, 2024

Do we need to backport this to 0.28.x?

@kevinbackhouse
Copy link
Collaborator Author

Do we need to backport this to 0.28.x?

Good idea. I don't think we need to do a new release for it though.

@kevinbackhouse
Copy link
Collaborator Author

https://github.com/Mergifyio backport 0.28.x

Copy link
Contributor

mergify bot commented Nov 11, 2024

backport 0.28.x

✅ Backports have been created

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.

3 participants