OSDN Git Service

avcodec/aacdec_fixed: Fix multiple runtime error: shift exponent 127 is too large...
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 28 May 2017 01:34:09 +0000 (03:34 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 28 May 2017 01:34:43 +0000 (03:34 +0200)
commit6c3a63fc3d1be7ac947e38a165a299c9e5d37764
tree6831762cdf4394abefda72d9c8ef353ae9da88b0
parent7f50c25124a015a539823077bb302ff0c7ce8963
avcodec/aacdec_fixed: Fix multiple runtime error: shift exponent 127 is too large for 32-bit type 'int'

Fixes: 1851/clusterfuzz-testcase-minimized-5692607495667712

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