You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/10/06 09:24:00 UTC

[jira] [Updated] (ARROW-16202) [C++][Parquet] WipeOutDecryptionKeys doesn't securely wipe out keys

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

Raúl Cumplido updated ARROW-16202:
----------------------------------
    Fix Version/s: 11.0.0
                       (was: 10.0.0)

> [C++][Parquet] WipeOutDecryptionKeys doesn't securely wipe out keys
> -------------------------------------------------------------------
>
>                 Key: ARROW-16202
>                 URL: https://issues.apache.org/jira/browse/ARROW-16202
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Parquet
>    Affects Versions: 7.0.0
>            Reporter: Antoine Pitrou
>            Priority: Critical
>             Fix For: 11.0.0
>
>
> {{InternalFileDecryptor::WipeOutDecryptionKeys()}} merely call {{std::string::clear}} to dispose of the decryption key contents, but that method is not guaranteed to clear memory (it probably doesn't, actually).
> We should probably devise a portable wrapper function for the various OS-specific memory clearing utilities.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)