A compiler warning points out that the vst1q_s16 call on line 142 results in a stack buffer overrun because candidate is not long enough to hold the result, which is an array of shorts. I verified with ASAN that a buffer overrun does in fact occur.
Since the volk_16i_max_star_16i kernel is deprecated, we may as well just remove this broken protokernel.
A compiler warning points out that the
vst1q_s16
call on line 142 results in a stack buffer overrun becausecandidate
is not long enough to hold the result, which is an array of shorts. I verified with ASAN that a buffer overrun does in fact occur.Since the
volk_16i_max_star_16i
kernel is deprecated, we may as well just remove this broken protokernel.