vpx/vpx_scale/generic
Johann 5fe82459ec fail early on oversize frames
Even though frame_size is calculated in uint64_t, it winds up in an int
size value.

This was exposed with the msan test because the memset is called with
(int)frame_size, leading to a segfault.

Change-Id: I7fd930360dca274adb8f3e43e5e6785204808861
2017-11-03 09:49:13 -07:00
..
gen_scalers.c vpx_scale: apply clang-format 2016-07-26 15:57:41 -07:00
vpx_scale.c vpx_scale: apply clang-format 2016-07-26 15:57:41 -07:00
yv12config.c fail early on oversize frames 2017-11-03 09:49:13 -07:00
yv12extend.c Fix vp8 race when build --enable-vp9-highbitdepth. 2017-05-26 09:45:01 -07:00