You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "wjones127 (via GitHub)" <gi...@apache.org> on 2023/03/31 20:26:51 UTC

[GitHub] [arrow] wjones127 opened a new issue, #34831: [C++] ValidateRunEndEncodedChildren assumes buffers are valid

wjones127 opened a new issue, #34831:
URL: https://github.com/apache/arrow/issues/34831

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   If we call validate on a run end encoded array that contains invalid buffers (for example, a validity bitmap buffer that is too short for its length), then segfaults may occur in this function. We should make sure to validate the child array buffers first, then call this function.
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 closed issue #34831: [C++] ValidateRunEndEncodedChildren assumes buffers are valid

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 closed issue #34831: [C++] ValidateRunEndEncodedChildren assumes buffers are valid
URL: https://github.com/apache/arrow/issues/34831


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org