OSDN Git Service

avcodec/aacps: Fix runtime error: left shift of 1073741824 by 1 places cannot be...
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 2 Jun 2017 20:31:02 +0000 (22:31 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 2 Jun 2017 22:09:58 +0000 (00:09 +0200)
commit9faf098163b33e7b0f5baafa3371ef5401f4105d
tree9b3a99550bf4872737c06a4b1a965d00fe710bc8
parent14b6adfd4627421223894c6909476d229cb6d07d
avcodec/aacps: Fix runtime error: left shift of 1073741824 by 1 places cannot be represented in type 'INTFLOAT' (aka 'int')

Fixes: 2005/clusterfuzz-testcase-minimized-5744226438479872

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