You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/11 12:18:00 UTC

[jira] [Updated] (ARROW-6526) [C++] Poison data in PoolBuffer destructor

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

ASF GitHub Bot updated ARROW-6526:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Poison data in PoolBuffer destructor
> ------------------------------------------
>
>                 Key: ARROW-6526
>                 URL: https://issues.apache.org/jira/browse/ARROW-6526
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>
> In debug mode, we could poison data (at least the first and last bytes?) in the PoolBuffer destructor so as to easily detect buffer lifetime issues.
> (ASAN also helps, but this would act as a first defense barrier, e.g. for local development)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)