You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Siddhant Rao (Jira)" <ji...@apache.org> on 2022/04/13 16:16:00 UTC

[jira] [Created] (ARROW-16191) [C++][Gandiva] Fix size 0 case in arena malloc

Siddhant Rao created ARROW-16191:
------------------------------------

             Summary: [C++][Gandiva] Fix size 0 case in arena malloc 
                 Key: ARROW-16191
                 URL: https://issues.apache.org/jira/browse/ARROW-16191
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++ - Gandiva
            Reporter: Siddhant Rao


The size 0 case in arena malloc is causing sporadic errors due to null pointer being returned to functions like convert_from which treat this as an error.



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