Ben Kietzman created ARROW-10504:
------------------------------------
Summary: [C++] Suppress UBSAN pointer-overflow warning in RapidJSON
Key: ARROW-10504
URL: https://issues.apache.org/jira/browse/ARROW-10504
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Affects Versions: 2.0.0
Reporter: Ben Kietzman
Assignee: Ben Kietzman
Fix For: 3.0.0
RapidJSON triggers ubsan's {{pointer-overflow}} checker
https://github.com/Tencent/rapidjson/issues/1724 , which is problematic since
many of our tests depend on ArrayFromJSON to generate test data. This can be
resolved by adding an entry to {{sanitizer-disallowed-entries.txt}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)