[FFmpeg-devel] [PATCH 1/2] avcodec/hevcdec: check ff_init_cabac_decoder() for failure
Paul B Mahol
onemda at gmail.com
Sat Jun 24 17:24:46 EEST 2017
On 6/24/17, Michael Niedermayer <michael at niedermayer.cc> wrote:
> Fixes: runtime error: left shift of 1965559808 by 4 places cannot be
> represented in type 'int'
> Fixes: 2333/clusterfuzz-testcase-minimized-5223935677300736
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> libavcodec/hevc_cabac.c | 25 +++++++++++++++++--------
> libavcodec/hevcdec.c | 26 +++++++++++++++++++-------
> libavcodec/hevcdec.h | 2 +-
> 3 files changed, 37 insertions(+), 16 deletions(-)
>
lgtm
More information about the ffmpeg-devel
mailing list