Displaying 1 result from an estimated 1 matches for "check_coeff_offset".
2007 Sep 05
1
VP6 issues in Swfdec
...for issues that I could fix myself,
and point out issues I could not fix myself.
If you want to reproduce the issues, you'll have to get swfdec git,
wget the files I'll point to and try to play them with player/swfplay
from the swfdec sources.
-- SEGV
http://pown.alluc.org/179.swf
patch: check_coeff_offset.diff
SInce this was the first file where I hit the issue, I'll just list
this one. FFmpeg reads an offset and doesn't validate it, this patch
does that.
-- sanity checks
patch: sanity.diff
While trying to find the issue, I added sanity checks to the read
functions used by vp56, as there d...