You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Michael Martell (Jira)" <ji...@apache.org> on 2021/02/19 23:19:00 UTC

[jira] [Created] (GEODE-8961) Fix apparent false positive of clang-analyzer in Apache ci for geode-native

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)