r25458 - in /desktop/unstable/esound/debian: changelog patches/04_audsp_crash.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Oct 30 13:08:26 UTC 2010


Author: joss
Date: Sat Oct 30 13:08:18 2010
New Revision: 25458

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25458
Log:
04_audsp_crash.patch: patch from Samuel Thibault to fix a crasher in 
audsp. Closes: #601295.

Added:
    desktop/unstable/esound/debian/patches/04_audsp_crash.patch
Modified:
    desktop/unstable/esound/debian/changelog
    desktop/unstable/esound/debian/patches/series

Modified: desktop/unstable/esound/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/changelog?rev=25458&op=diff
==============================================================================
--- desktop/unstable/esound/debian/changelog [utf-8] (original)
+++ desktop/unstable/esound/debian/changelog [utf-8] Sat Oct 30 13:08:18 2010
@@ -8,6 +8,8 @@
   * Drop type-handling usage. Closes: #587862.
   * Bump standards version accordingly.
   * Only suggest esound-clients. Closes: #599662.
+  * 04_audsp_crash.patch: patch from Samuel Thibault to fix a crasher in 
+    audsp. Closes: #601295.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 20 Feb 2010 22:57:55 +0100
 

Added: desktop/unstable/esound/debian/patches/04_audsp_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/patches/04_audsp_crash.patch?rev=25458&op=file
==============================================================================
--- desktop/unstable/esound/debian/patches/04_audsp_crash.patch (added)
+++ desktop/unstable/esound/debian/patches/04_audsp_crash.patch [utf-8] Sat Oct 30 13:08:18 2010
@@ -1,0 +1,12 @@
+Index: esound-0.2.41/esdmgr.c
+===================================================================
+--- esound-0.2.41.orig/esdmgr.c	2010-10-30 15:05:05.094160502 +0200
++++ esound-0.2.41/esdmgr.c	2010-10-30 15:05:44.858165759 +0200
+@@ -128,6 +128,7 @@ esd_info_t *esd_get_all_info( int esd )
+ 
+     /* allocate the entire info structure, and set defaults to NULL */
+     esd_info_t *info = (esd_info_t *) malloc( sizeof(esd_info_t) );
++    info->server = NULL;
+     info->player_list = NULL;
+     info->sample_list = NULL;
+ 

Modified: desktop/unstable/esound/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/patches/series?rev=25458&op=diff
==============================================================================
--- desktop/unstable/esound/debian/patches/series [utf-8] (original)
+++ desktop/unstable/esound/debian/patches/series [utf-8] Sat Oct 30 13:08:18 2010
@@ -1,3 +1,4 @@
 01_relocate_libesddsp.patch
 02_missing_var.patch
 03_hurd.patch
+04_audsp_crash.patch




More information about the pkg-gnome-commits mailing list