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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17516991#comment-17516991 ] 

David Li commented on ARROW-15304:
----------------------------------

Looks like this was fixed as part of ARROW-15238?

> [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)