You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "William Butler (Jira)" <ji...@apache.org> on 2021/09/23 20:15:00 UTC

[jira] [Created] (ARROW-14109) Segfault When Reading JSON With Duplicate Keys

William Butler created ARROW-14109:
--------------------------------------

             Summary: Segfault When Reading JSON With Duplicate Keys
                 Key: ARROW-14109
                 URL: https://issues.apache.org/jira/browse/ARROW-14109
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: William Butler


When arrow attempts to parse JSON with duplicate keys and no explicit schema is provided, an out of buffer read is performed and Arrow can crash. Reproducing json:
{code:java}
{"a":0, "a":1}{code}



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