Closed
Description
We don't currently do any bounds checking on input images, which causes segfaults. One subtle way this triggers is if you vectorize something which accesses the input image but the input image is not a multiple of the vector width.
See test/cpp/input_image_bounds_check/test.cpp for code that triggers this bug
We should add asserts at the function preamble that check this (conservatively).