]> git.sesse.net Git - ffmpeg/commit
Add checks to ff_split_xiph_headers to ensure that returned header_len and
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 20 Apr 2008 23:33:49 +0000 (23:33 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 20 Apr 2008 23:33:49 +0000 (23:33 +0000)
commit58720ebd9e671f654d89d8e401d0b4dffb79122b
treed4462909d63d69760adc09e0942d321e84b92d30
parent63d864434d82cd43f3a91d1f3398043afad04ab4
Add checks to ff_split_xiph_headers to ensure that returned header_len and
header_start values are always valid.
Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg
(still does not play though).

Originally committed as revision 12913 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/xiph.c