Michael Martell created GEODE-8961:
--------------------------------------
Summary: Fix apparent false positive of clang-analyzer in Apache
ci for geode-native
Key: GEODE-8961
URL: https://issues.apache.org/jira/browse/GEODE-8961
Project: Geode
Issue Type: Test
Components: native client
Reporter: Michael Martell
Here’s the error from clang-analyzer (which I think is a false positive).
Probably we need to disable this check.
/build/dependencies/ACE/ACE-extern-prefix/include/ace/OS_NS_netdb.inl:238:25:
note: The right operand of '==' is a garbage value
if (0 == name || '\0' == name[0])
--
This message was sent by Atlassian Jira
(v8.3.4#803005)