You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2018. It is now read-only.
[asm-cherry-pick] Fix findItemByIndex in case of hash collisions
The method `findItemByIndex` only looked at the first item in each
bucket of the `items` hash table.
Also, in case the item was not found, the counter `i` would be at
`items.length`, therefore the access `items[i]` crashed with an
ArrayIndexOutOfBoundsException.
Fixes the issue scala/scala-asm#8.
0 commit comments