Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 825d5ce4988dd5cb7b960ab7d05c6c74 > files > 7

mplayer-1.0-1.rc2.10mdv2008.1.src.rpm

Index: demux_audio.c
===================================================================
--- demux_audio.c	(revision 24724)
+++ demux_audio.c	(working copy)
@@ -229,6 +229,8 @@
           ptr += 4;
 
           comment = ptr;
+          if (&comment[length] < comments || &comment[length] >= &comments[blk_len])
+            return;
           c = comment[length];
           comment[length] = 0;