summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mplayer/demux_audio_fix_20080129.diff
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-28 21:09:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-28 21:09:28 (GMT)
commitc848d1b444b9e03f047830c04f5e1e70183035e9 (patch)
treeff2e83339e0a73ad89a29c4f339045fb7c054952 /abs/extra-testing/mplayer/demux_audio_fix_20080129.diff
parentc1381a8b3a355c57fca1ce2bfad0e3bf3e32b4ba (diff)
downloadlinhes_pkgbuild-c848d1b444b9e03f047830c04f5e1e70183035e9.zip
linhes_pkgbuild-c848d1b444b9e03f047830c04f5e1e70183035e9.tar.gz
linhes_pkgbuild-c848d1b444b9e03f047830c04f5e1e70183035e9.tar.bz2
move mplayer to testing
Diffstat (limited to 'abs/extra-testing/mplayer/demux_audio_fix_20080129.diff')
-rw-r--r--abs/extra-testing/mplayer/demux_audio_fix_20080129.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra-testing/mplayer/demux_audio_fix_20080129.diff b/abs/extra-testing/mplayer/demux_audio_fix_20080129.diff
new file mode 100644
index 0000000..1b18b6e
--- /dev/null
+++ b/abs/extra-testing/mplayer/demux_audio_fix_20080129.diff
@@ -0,0 +1,11 @@
+--- libmpdemux/demux_audio.c (revision 24724)
++++ libmpdemux/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;
+