diff options
author | Jiasheng Jiang <jiasheng@iscas.ac.cn> | 2022-02-15 17:58:08 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-04-21 01:55:17 +0200 |
commit | b2e1ee39f52e285cd630786019cff5d8d12aa1a1 (patch) | |
tree | 1507607cb39740d5261d8262bd18b35f31ef1e7c /libavcodec/assenc.c | |
parent | ba1da094c9f5010620a8f23364fafe823b4225a6 (diff) | |
download | ffmpeg-b2e1ee39f52e285cd630786019cff5d8d12aa1a1.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)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/assenc.c')
0 files changed, 0 insertions, 0 deletions