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

Use 64-bit values for the pointer math #1851

Merged

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Sep 27, 2024

Other reader classes already use 64-bit numbers for pointer math, fix this case to use the same.

Fixes oss fuzz test case 5708316058124288 (unknown fuzz ID)

Other reader classes already use 64-bit numbers for pointer math, fix
this case to use the same

Signed-off-by: Kimball Thurston <[email protected]>
Copy link
Contributor

@lgritz lgritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, yeah, definitely want 64 bit here

@kdt3rd kdt3rd merged commit 3e64e7d into AcademySoftwareFoundation:main Sep 28, 2024
34 checks passed
@kdt3rd kdt3rd deleted the fix_pointer_math_fuzzfail branch September 28, 2024 05:53
@cary-ilm
Copy link
Member

This will go in the next patch release, v3.3.1.

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