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 2020/12/04 07:00:00 UTC

[jira] [Updated] (ARROW-10804) [Rust] Investigate potentially UB in parquet crate

     [ https://issues.apache.org/jira/browse/ARROW-10804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jorge Leitão updated ARROW-10804:
---------------------------------
    Description: While trying to remove the unsafe `FatPtr`, I stumbled upon the borrow checker not allowing the code to compile, which suggests that the `FatPtr` is being used to bypass the borrow checked, which I do not think is intentional.

> [Rust] Investigate potentially UB in parquet crate
> --------------------------------------------------
>
>                 Key: ARROW-10804
>                 URL: https://issues.apache.org/jira/browse/ARROW-10804
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Jorge Leitão
>            Priority: Major
>
> While trying to remove the unsafe `FatPtr`, I stumbled upon the borrow checker not allowing the code to compile, which suggests that the `FatPtr` is being used to bypass the borrow checked, which I do not think is intentional.



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