Skip to content

itx: cancel 16 out of '(x * 2896) >> 12' to avoid integer overflows

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

Fixes an integer overflow in inv_dct4_1d with clusterfuzz-testcase-dav1d_fuzzer-5634807321591808 and in inv_adst16_1d with clusterfuzz-testcase-dav1d_fuzzer-5761827623927808. Credits to oss-fuzz.

Merge request reports