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
For zero-cost implementation (safe but implementation specific behaviour on out-of-bounds lookup) we can simply extend the arrays to 128 elements (filling the rest with zeros).
The functions in
baseCells.c
should guard against invalid base cell numbers that could result in out-of-bounds reads on the lookup tables.The text was updated successfully, but these errors were encountered: