You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
orINT64_MIN
which were discovered by OSS-Fuzz. This is easily fixed by usingarrow::internal::SafeSignedNegate
.Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: