Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()

2017-08-20 Thread Michael Niedermayer
On Sun, Aug 20, 2017 at 04:06:46PM +0200, Paul B Mahol wrote: > On 8/19/17, Michael Niedermayer wrote: > > On Sat, Aug 19, 2017 at 04:00:18PM +0200, Paul B Mahol wrote: > >> On 8/19/17, Michael Niedermayer wrote: > >> > On Fri, Aug 18, 2017 at

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()

2017-08-20 Thread Paul B Mahol
On 8/19/17, Michael Niedermayer wrote: > On Sat, Aug 19, 2017 at 04:00:18PM +0200, Paul B Mahol wrote: >> On 8/19/17, Michael Niedermayer wrote: >> > On Fri, Aug 18, 2017 at 06:21:56PM +0200, Paul B Mahol wrote: >> >> On 8/18/17, Michael

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()

2017-08-19 Thread Michael Niedermayer
On Sat, Aug 19, 2017 at 04:00:18PM +0200, Paul B Mahol wrote: > On 8/19/17, Michael Niedermayer wrote: > > On Fri, Aug 18, 2017 at 06:21:56PM +0200, Paul B Mahol wrote: > >> On 8/18/17, Michael Niedermayer wrote: > >> > Fixes: runtime error: shift

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()

2017-08-19 Thread Paul B Mahol
On 8/19/17, Michael Niedermayer wrote: > On Fri, Aug 18, 2017 at 06:21:56PM +0200, Paul B Mahol wrote: >> On 8/18/17, Michael Niedermayer wrote: >> > Fixes: runtime error: shift exponent 4294967289 is too large for 32-bit >> > type >> > 'int' >> >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()

2017-08-19 Thread Michael Niedermayer
On Fri, Aug 18, 2017 at 06:21:56PM +0200, Paul B Mahol wrote: > On 8/18/17, Michael Niedermayer wrote: > > Fixes: runtime error: shift exponent 4294967289 is too large for 32-bit type > > 'int' > > Fixes: 3030/clusterfuzz-testcase-minimized-4649809254285312 > > > >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()

2017-08-18 Thread Paul B Mahol
On 8/18/17, Michael Niedermayer wrote: > Fixes: runtime error: shift exponent 4294967289 is too large for 32-bit type > 'int' > Fixes: 3030/clusterfuzz-testcase-minimized-4649809254285312 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH 2/2] avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()

2017-08-18 Thread Michael Niedermayer
Fixes: runtime error: shift exponent 4294967289 is too large for 32-bit type 'int' Fixes: 3030/clusterfuzz-testcase-minimized-4649809254285312 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer