You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jeroen van Straten (Jira)" <ji...@apache.org> on 2022/04/11 11:58:00 UTC

[jira] [Closed] (ARROW-15304) [C++] Use of uninitialized in arrow::detail::Fingerprintable

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

Jeroen van Straten closed ARROW-15304.
--------------------------------------
    Resolution: Fixed

> [C++] Use of uninitialized in arrow::detail::Fingerprintable
> ------------------------------------------------------------
>
>                 Key: ARROW-15304
>                 URL: https://issues.apache.org/jira/browse/ARROW-15304
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Jeroen van Straten
>            Priority: Minor
>              Labels: good-first-issue
>
> {{arrow::detail::Fingerprintable}}'s {{fingerprint_}} and {{metadata_fingerprint_}} members are not initialized by the default constructor, which can result in segmentation faults when accessed, if the initial value isn't coincidentally null.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)