[FFmpeg-devel] [PATCH] avcodec/pixlet: Simplify nbits computation
Paul B Mahol
onemda at gmail.com
Thu Jul 27 16:44:46 EEST 2017
On 7/27/17, Michael Niedermayer <michael at niedermayer.cc> wrote:
> Fixes multiple integer overflows
> Fixes: runtime error: signed integer overflow: 1 + 2147483647 cannot be
> represented in type 'int'
>
> 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/pixlet.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
LGTM
More information about the ffmpeg-devel
mailing list