Skip to content

Over-allocate level array by 3-bytes

Ronald S. Bultje requested to merge rbultje/dav1d:fix269 into master

This is a workaround so that the AVX2 implementation of deblock can index the levels array starting from the level type, which causes it to over-read by up to 3 bytes. This is intended to fix #269 (closed).

Merge request reports