Quantcast
Viewing latest article 2
Browse Latest Browse All 38

Fix race condition in PyStringMap keys method [GH-156]

changeset 57e47c817d26
branch
bookmark
tag
user Peter Holloway <holloway.p.r@gmail.com>
description Fix race condition in PyStringMap keys method [GH-156]

If the map was modified during a call to keys(), the keyset would change
size and cause an ArrayIndexOutOfBoundsException. This creates a copy of
the keyset and uses that throughout the method.
files NEWS
src/org/python/core/PyStringMap.java

Viewing latest article 2
Browse Latest Browse All 38

Trending Articles