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

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

Antoine Pitrou created ARROW-6526:
-------------------------------------

             Summary: [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


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)