Skip to content

loop restoration: maximal stripe height is 128 + 8

Janne Grunau requested to merge janne/dav1d:lr_stripe into master

Due to the stripe offset of 8 rows the last stripe can have a height of 128 + 8 rows if the resolution is a multiple of 128. Fixes a stack-buffer-overflow in clusterfuzz-testcase-minimized-dav1d_fuzzer-5731418676658176. Credits to oss-fuzz.

Merge request reports