r1299 - /unstable/vlc/debian/patches/401-CVE-2008-2430.diff

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Jul 5 23:26:09 UTC 2008


Author: xtophe-guest
Date: Sat Jul  5 23:26:09 2008
New Revision: 1299

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1299
Log:
Fix patch

Modified:
    unstable/vlc/debian/patches/401-CVE-2008-2430.diff

Modified: unstable/vlc/debian/patches/401-CVE-2008-2430.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/vlc/debian/patches/401-CVE-2008-2430.diff?rev=1299&op=diff
==============================================================================
--- unstable/vlc/debian/patches/401-CVE-2008-2430.diff (original)
+++ unstable/vlc/debian/patches/401-CVE-2008-2430.diff Sat Jul  5 23:26:09 2008
@@ -15,23 +15,14 @@
 index 0c271d3..045344a 100644
 --- a/modules/demux/wav.c
 +++ b/modules/demux/wav.c
-@@ -1,7 +1,7 @@
- /*****************************************************************************
-  * wav.c : wav file input module for vlc
-  *****************************************************************************
-- * Copyright (C) 2001-2007 the VideoLAN team
-+ * Copyright (C) 2001-2008 the VideoLAN team
-  * $Id$
-  *
-  * Authors: Laurent Aimar <fenrir at via.ecp.fr>
 @@ -106,7 +106,8 @@ static int Open( vlc_object_t * p_this )
      demux_sys_t *p_sys;
  
-     const uint8_t *p_peek;
+     uint8_t     *p_peek;
 -    unsigned int i_size, i_extended;
 +    uint32_t     i_size;
 +    unsigned int i_extended;
-     const char        *psz_name;
+     char        *psz_name;
  
      WAVEFORMATEXTENSIBLE *p_wf_ext = NULL;
 @@ -139,7 +140,8 @@ static int Open( vlc_object_t * p_this )




More information about the pkg-multimedia-commits mailing list