]> granicus.if.org Git - libvpx/commit
vp8_update_rate_correction_factors: fix integer overflow
authorJames Zern <jzern@google.com>
Sat, 6 Nov 2021 17:42:46 +0000 (10:42 -0700)
committerJames Zern <jzern@google.com>
Mon, 8 Nov 2021 21:04:09 +0000 (13:04 -0800)
commit69d08cb9d33af163ebef67d8c4dc45c897106905
treeeee2e49d9cc495ffdaec5d693a8a6665a146830e
parentfd2fcaecb83ae8cdd51a207260007df06bd01059
vp8_update_rate_correction_factors: fix integer overflow

the intermediate value in the correction_factor calculation may exceed
integer bounds

Bug: b/189602769
Change-Id: I75726b12f3095663911d78333f3ea26eb6dee21e
vp8/encoder/ratectrl.c