OSDN Git Service

avcodec/mss3: Change types in rac_get_model_sym() to match the types they are initial...
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 6 May 2017 17:07:59 +0000 (19:07 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 6 May 2017 17:10:50 +0000 (19:10 +0200)
commit2ef0f392711445e173a56b2c073dedb021ae3783
tree140baaf14aa0011f139a55f4d47781ceae4cb3f9
parent7b6a51f59c467ab9f4b73122dc269206fb517425
avcodec/mss3: Change types in rac_get_model_sym() to match the types they are initialized from

Fixes integer overflow
Fixes: 1372/clusterfuzz-testcase-minimized-5712192982745088

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