You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2016/10/25 07:18:08 UTC

[jira] [Closed] (GEODE-1674) Race condition in HashIndexSetIterator leads to ArrayOutOfBoundsException

     [ https://issues.apache.org/jira/browse/GEODE-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Swapnil Bawaskar closed GEODE-1674.
-----------------------------------

> Race condition in HashIndexSetIterator leads to ArrayOutOfBoundsException
> -------------------------------------------------------------------------
>
>                 Key: GEODE-1674
>                 URL: https://issues.apache.org/jira/browse/GEODE-1674
>             Project: Geode
>          Issue Type: Bug
>          Components: querying
>            Reporter: nabarun
>             Fix For: 1.0.0-incubating
>
>
> 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)