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

[C++][Fuzzing] Fix bug discovered by fuzzing #45180

Open
zeroshade opened this issue Jan 6, 2025 · 0 comments
Open

[C++][Fuzzing] Fix bug discovered by fuzzing #45180

zeroshade opened this issue Jan 6, 2025 · 0 comments

Comments

@zeroshade
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

Decimal32 and Decimal64 negation methods allowed for overflows if the value was INT32_MIN or INT64_MIN which were discovered by OSS-Fuzz. This is easily fixed by using arrow::internal::SafeSignedNegate.

Component(s)

C++, Continuous Integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant