fix #965
Created by: PhilipVinc
fix #965 (closed)
Turns out it was technically not a bug because we were smart enough to only add 0 to OOB memory (which is probably why it never caused crashes). However, better avoid this bad practice.
Also runs one tester with NUMBA_BOUNDSCHECK=1