OSDN Git Service

avcodec/aacdec_fixed: Fix runtime error: shift exponent 34 is too large for 32-bit...
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 21 May 2017 14:53:55 +0000 (16:53 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 21 May 2017 14:54:25 +0000 (16:54 +0200)
commitb5228e44c7f3a5eba537c8a39a45cfbf2961a28d
tree903613f28169a4f63a15d94b2aad689708ed9dfa
parentefeb47fd5d5cbf980e52a6d5e741c3c74b94b5e2
avcodec/aacdec_fixed: Fix runtime error: shift exponent 34 is too large for 32-bit type 'int'

Fixes: 1721/clusterfuzz-testcase-minimized-4719352135811072

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