Skip to content

fix #965

Vicentini Filippo requested to merge pv/965 into master

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

Merge request reports