OSDN Git Service

avcodec/hqxdsp: Fix runtime error: signed integer overflow: -196264 * 11585 cannot...
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 14 May 2017 12:06:56 +0000 (14:06 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 14 May 2017 13:30:08 +0000 (15:30 +0200)
commitb923213276777f33d6366b1cb9d1845a8658f365
tree35a8b5d038c5292567fcd3cc890f1b300b74a43e
parentf2c539d3501111f10a2b4e9480ea54c0a3190680
avcodec/hqxdsp: Fix runtime error: signed integer overflow: -196264 * 11585 cannot be represented in type 'int'

Fixes: 1568/clusterfuzz-testcase-minimized-5944868608147456

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/hqxdsp.c