You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2021/03/04 21:42:00 UTC

[jira] [Created] (ARROW-11865) [Rust] Out of bound reads in chunk iterator

Jorge Leitão created ARROW-11865:
------------------------------------

             Summary: [Rust] Out of bound reads in chunk iterator
                 Key: ARROW-11865
                 URL: https://issues.apache.org/jira/browse/ARROW-11865
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
            Reporter: Jorge Leitão


There is a `read_unaligned` of a pointer offseted by `index + 1` whose corresponding slice is only valid up to `index - X`, where X depends on the iterators' offset.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)