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/21 21:55:29 UTC

[GitHub] [arrow] wjones127 opened a new issue, #34667: [C++][Parquet] DeltaLengthByteArrayDecoder fails to reject empty buffers

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   If a corrupted Parquet file indicates it has `num_values > 0` in a page while the page is empty, `DeltaLengthByteArrayDecoder` will cause buffer overflow.
   
   ### Component(s)
   
   C++, Parquet


-- 
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 #34667: [C++][Parquet] DeltaLengthByteArrayDecoder fails to reject empty buffers

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 closed issue #34667: [C++][Parquet] DeltaLengthByteArrayDecoder fails to reject empty buffers
URL: https://github.com/apache/arrow/issues/34667


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