]> git.sesse.net Git - ffmpeg/commit
qdm2: fix out of stack array read.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 10 Jan 2013 03:23:14 +0000 (04:23 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 10 Jan 2013 03:57:50 +0000 (04:57 +0100)
commit2b12d1ffd841cf57976b124c1882e4a23a7c5f61
treeaecadf592ecf7601e30c9cbbf9ca3d9c257573ed
parent2672b2c1d2d48af94c59c198287fae1c7a785710
qdm2: fix out of stack array read.

The read value is not used when its outside the array.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/qdm2.c