David Li created ARROW-7734: ------------------------------- Summary: [C++] Segfault when comparing status with and without detail Key: ARROW-7734 URL: https://issues.apache.org/jira/browse/ARROW-7734 Project: Apache Arrow Issue Type: Bug Components: C++ Affects Versions: 0.16.0 Reporter: David Li Assignee: David Li
I noticed this while working on Flight integration tests. The equality operator for Status doesn't check whether the status detail is nullptr before dereferencing it. -- This message was sent by Atlassian Jira (v8.3.4#803005)