nabarun created GEODE-1674:
------------------------------

             Summary: Race condition in HashIndexSetIterator leads to 
ArrayOutOfBoundsException
                 Key: GEODE-1674
                 URL: https://issues.apache.org/jira/browse/GEODE-1674
             Project: Geode
          Issue Type: Bug
            Reporter: nabarun


Object array may be reassigned by the time the function is trying to access 
current element and the mask value may be larger than the size of the array and 
this will lead to array out bounds exception.

location : private HashIndexSetIterator(Object keyToMatch, Object[] objects) in 
HashIndexSet.java




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to