[SCM] VLC media player packaging branch, lenny, updated. debian/0.8.6.h-4+lenny2-4-g7c3b15a

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sun Oct 4 00:49:42 UTC 2009


The following commit has been merged in the lenny branch:
commit c9955c7c666385f68a530e6e2d5cac9473f42486
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Sun Oct 4 00:20:53 2009 +0000

    Fix real RTSP integer underflow

diff --git a/debian/patches/410-DZCORE-2009-001.diff b/debian/patches/410-DZCORE-2009-001.diff
new file mode 100644
index 0000000..e09185a
--- /dev/null
+++ b/debian/patches/410-DZCORE-2009-001.diff
@@ -0,0 +1,20 @@
+commit dc74600c97eb834c08674676e209afa842053aca
+Author: Rémi Denis-Courmont <remi at remlab.net>
+Date:   Sun Jul 26 18:39:42 2009 +0300
+
+    Real pseudo-RTSP: prevent integer underflow
+    
+    Pointed-out-by: tixxDZ <tixxdz at gmail.com> - DZCORE Labs, Algeria
+
+Index: vlc/modules/access/rtsp/real.c
+===================================================================
+--- vlc.orig/modules/access/rtsp/real.c	2009-10-03 23:12:26.000000000 +0000
++++ vlc/modules/access/rtsp/real.c	2009-10-03 23:12:45.000000000 +0000
+@@ -598,6 +598,7 @@
+ 
+   int n;
+   rmff_dump_pheader(ph, *buffer);
++  if (pf->length<12) return 0;
+   n=rtsp_read_data(rtsp_session, *buffer + 12, ph->length - 12);
+   return (n <= 0) ? 0 : n+12;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 41dabc5..2c76756 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,5 @@
 407-mms-overflow.diff
 408-CVE-2008-4686.diff
 409-cue-overflow.diff
+410-DZCORE-2009-001.diff
+411-VideoLAN-SA-0901.diff

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list