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
Not reproducible because of nondeterministic implementation. Triggered with:
seed = -7786367340918479677
keys = [-5825935719248731811, -1720202582300215804, 6605723083954138092]
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 33
at org.fastfilter.xor.XorSimple.map(XorSimple.java:55)
at org.fastfilter.xor.XorSimple.<init>(XorSimple.java:28)
at org.fastfilter.xor.XorSimple.construct(XorSimple.java:19)
at org.fastfilter.FilterType$8.construct(FilterType.java:68)
at org.fastfilter.SimpleFuzzer.main(SimpleFuzzer.java:28)
The text was updated successfully, but these errors were encountered:
richardstartin
changed the title
XorSimple2 ArrayIndexOutOfBoundsException (qi becomes negative)
XorSimple ArrayIndexOutOfBoundsException (qi becomes negative)
Dec 27, 2019
Not reproducible because of nondeterministic implementation. Triggered with:
seed = -7786367340918479677
keys = [-5825935719248731811, -1720202582300215804, 6605723083954138092]
The text was updated successfully, but these errors were encountered: