diff options
author | Jiasheng Jiang <jiasheng@iscas.ac.cn> | 2022-02-15 17:58:08 +0800 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-12-18 07:53:04 -0300 |
commit | 51efa68ec0b4f42b5b124b8987fb68f60a929c4f (patch) | |
tree | 2a19f567185229f3990a3e8dc9cc01245290b2a5 /doc | |
parent | a8a208b123e0704ff187b0dc21eeb63f440692aa (diff) | |
download | ffmpeg-51efa68ec0b4f42b5b124b8987fb68f60a929c4f.tar.gz |
avcodec/vp3: Add missing check for av_malloc
Since the av_malloc() may fail and return NULL pointer,
it is needed that the 's->edge_emu_buffer' should be checked
whether the new allocation is success.
Fixes: d14723861b ("VP3: fix decoding of videos with stride > 2048")
Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
(cherry picked from commit 656cb0450aeb73b25d7d26980af342b37ac4c568)
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions