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

fix overflow bug when attempting to access match results #239

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

cmazakas
Copy link
Member

ubsan raises an error here on integer overflow when the format string includes a number that's set to INT_MAX. This passively fixes another asan failure caught by fuzzing.

@jzmaddock
Copy link
Collaborator

Thanks @cmazakas that looks good to me!

@jzmaddock jzmaddock merged commit 31f98f2 into boostorg:develop Dec 21, 2024
39 checks passed
@cmazakas cmazakas deleted the feature/overflow-fix branch December 22, 2024 20:26
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