Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > ecbfffd53099d296aa3be64531b34419 > files > 18

mplayer-1.0-1.rc1.20.6mdv2008.0.src.rpm

Index: libmpdemux/demux_audio.c
===================================================================
--- libmpdemux/demux_audio.c	(revision 25916)
+++ libmpdemux/demux_audio.c	(revision 25917)
@@ -229,6 +229,8 @@
           ptr += 4;
 
           comment = (char *) ptr;
+          if (&comment[length] < comments || &comment[length] >= &comments[blk_len])
+            return;
           c = comment[length];
           comment[length] = 0;