You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Gang Wu (JIRA)" <ji...@apache.org> on 2019/02/22 00:05:00 UTC

[jira] [Created] (ORC-470) Fix BooleanRleDecoderImpl::skip() read over end of stream

Gang Wu created ORC-470:
---------------------------

             Summary: Fix BooleanRleDecoderImpl::skip() read over end of stream
                 Key: ORC-470
                 URL: https://issues.apache.org/jira/browse/ORC-470
             Project: ORC
          Issue Type: Bug
          Components: C++
            Reporter: Gang Wu


When Boolean RLE stream has trailing null values, seek & skip may lead to read over the end of stream and "bad read in nextBuffer" exception will be thrown.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)