diff options
author | Jiasheng Jiang <[email protected]> | 2022-02-15 17:58:08 +0800 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2023-04-07 23:40:48 +0200 |
commit | 4d82b7bac42c9d35d4f9f145a85e6cbc1fe914f2 (patch) | |
tree | 4c93779e67c13e0a5d6be2a65b6a72f17376473a /libavformat/fifo_test.c | |
parent | c513bd48039a718dabf6d7a829efb6732693c04b (diff) |
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 <[email protected]>
Signed-off-by: Jiasheng Jiang <[email protected]>
(cherry picked from commit 656cb0450aeb73b25d7d26980af342b37ac4c568)
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavformat/fifo_test.c')
0 files changed, 0 insertions, 0 deletions