Skip to content

x86: Fix out-of-bounds read in AVX2 wiener_filter

Henrik Gramner requested to merge gramner/dav1d:x86_wiener_avx2_oob into master

There was already code for avoiding accessing memory before the start of the buffer, but the logic for when to use it was incorrect in the AVX2 implementation (the SSE is ok).

Merge request reports