Github user vjr commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/199#discussion_r70607295 --- Diff: geode-client-native/src/cppcache/impl/TcpConn.hpp --- @@ -41,6 +41,8 @@ namespace gemfire { protected: ACE_INET_Addr m_addr; + //Copyright: Amdocs Software Systems Limited, 2016 + uint8 m_suffixFiller[32]; // Protection from the ACE bug --- End diff -- Can you tell more about what ACE bug this is guarding against?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---