-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI][C++] Potential integer overflow in PoolBuffer #43885
Comments
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Aug 29, 2024
pitrou
added a commit
to apache/arrow-testing
that referenced
this issue
Aug 29, 2024
Add fuzz regression file for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71200 The fix is tracked in apache/arrow#43885
pitrou
added a commit
that referenced
this issue
Aug 29, 2024
…43886) This should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71200 * GitHub Issue: #43885 Lead-authored-by: Antoine Pitrou <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Issue resolved by pull request 43886 |
mapleFU
pushed a commit
to mapleFU/arrow
that referenced
this issue
Sep 3, 2024
…fer (apache#43886) This should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71200 * GitHub Issue: apache#43885 Lead-authored-by: Antoine Pitrou <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
zanmato1984
pushed a commit
to zanmato1984/arrow
that referenced
this issue
Sep 6, 2024
…fer (apache#43886) This should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71200 * GitHub Issue: apache#43885 Lead-authored-by: Antoine Pitrou <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
khwilson
pushed a commit
to khwilson/arrow
that referenced
this issue
Sep 14, 2024
…fer (apache#43886) This should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71200 * GitHub Issue: apache#43885 Lead-authored-by: Antoine Pitrou <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
There is a potential integer overflow in
PoolBuffer::Resize
andPoolBuffer::Reserve
when rounding up the desired capacity to a multiple of 64.This was found by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71200
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: