You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/06/21 12:05:00 UTC

[jira] [Resolved] (ARROW-13042) [C++] Automatic checks that kernels don't leave uninitialized data in output

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

Antoine Pitrou resolved ARROW-13042.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 10550
[https://github.com/apache/arrow/pull/10550]

> [C++] Automatic checks that kernels don't leave uninitialized data in output
> ----------------------------------------------------------------------------
>
>                 Key: ARROW-13042
>                 URL: https://issues.apache.org/jira/browse/ARROW-13042
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> To minimize the risk of issues such as ARROW-13041, perhaps our compute kernel test harness should include a check that allocated data is always initialized (using Valgrind).



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