[FFmpeg-devel] [PATCH 1/2] avcodec/diracdec: Fix integer overflow with quant
Michael Niedermayer
michael at niedermayer.cc
Mon Jan 8 22:52:37 EET 2018
On Sun, Jan 07, 2018 at 11:13:36PM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: 2 + 2147483646 cannot be represented in type 'int'
> Fixes: 4792/clusterfuzz-testcase-minimized-6322450775146496
>
> 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/diracdec.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
will apply patchset
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the problem
conveniently.
New school: Use the highest level language in which the latest supercomputer
can solve the problem without the user falling asleep waiting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180108/863069f8/attachment.sig>
More information about the ffmpeg-devel
mailing list