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/22 23:07:07 UTC

[GitHub] [arrow] wjones127 opened a new issue, #34696: [C++] ValidateRunEndEncoded does not check there is no null buffer

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   We should make sure we check there is no null buffer at the top-level, otherwise we will attempt to count the nulls in `GetNullCount`, which can crash if the null bitmap is invalid. This situation can happen if corrupt data is read through an IPC reader.
   
   ### 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 #34696: [C++] ValidateRunEndEncoded does not check there is no null buffer

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 closed issue #34696: [C++] ValidateRunEndEncoded does not check there is no null buffer
URL: https://github.com/apache/arrow/issues/34696


-- 
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