]> git.sesse.net Git - ffmpeg/commit
adpcm: check buffer size in Funcom ISS decoder before reading header.
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 10 Sep 2011 18:24:00 +0000 (14:24 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 29 Sep 2011 20:54:01 +0000 (16:54 -0400)
commit9662539c103d54cacf9adbf1345013e011c08d4f
tree716261bdff68c592f4e6634fadbb53463637d78d
parentba5d2890d735961f1e4e8484082287a552cad699
adpcm: check buffer size in Funcom ISS decoder before reading header.

Also use the post-header data size to control termination of the main
decoding loop.
libavcodec/adpcm.c