r16852 - in /desktop/unstable/yelp/debian: changelog patches/07_crash_info.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Aug 31 13:23:42 UTC 2008


Author: joss
Date: Sun Aug 31 13:23:41 2008
New Revision: 16852

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16852
Log:
07_crash_info.patch: patch from JHM Dassen (Ray) to fix crash when 
viewing libc.info. Closes: #452747.

Added:
    desktop/unstable/yelp/debian/patches/07_crash_info.patch
Modified:
    desktop/unstable/yelp/debian/changelog
    desktop/unstable/yelp/debian/patches/series

Modified: desktop/unstable/yelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/changelog?rev=16852&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/changelog (original)
+++ desktop/unstable/yelp/debian/changelog Sun Aug 31 13:23:41 2008
@@ -1,3 +1,10 @@
+yelp (2.22.1-8) unstable; urgency=low
+
+  * 07_crash_info.patch: patch from JHM Dassen (Ray) to fix crash when 
+    viewing libc.info. Closes: #452747.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 31 Aug 2008 15:24:52 +0200
+
 yelp (2.22.1-7) unstable; urgency=low
 
   * 05_txt_crash.patch: fix crash when trying to view a text file.

Added: desktop/unstable/yelp/debian/patches/07_crash_info.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/patches/07_crash_info.patch?rev=16852&op=file
==============================================================================
--- desktop/unstable/yelp/debian/patches/07_crash_info.patch (added)
+++ desktop/unstable/yelp/debian/patches/07_crash_info.patch Sun Aug 31 13:23:41 2008
@@ -1,0 +1,17 @@
+Debian #452747
+GNOME #520266
+Upstream commit r3181
+
+Index: yelp-2.22.1/src/yelp-info-parser.c
+===================================================================
+--- yelp-2.22.1.orig/src/yelp-info-parser.c	2008-08-31 14:40:35.863811462 +0200
++++ yelp-2.22.1/src/yelp-info-parser.c	2008-08-31 14:41:02.391307763 +0200
+@@ -421,7 +421,7 @@ process_page (GtkTreeStore *tree, GHashT
+ 	
+ 	debug_print (DB_DEBUG, "-- Processing Page %s\n\tParent: %s\n", node, up);
+ 
+-	iter = g_malloc0 (sizeof (GtkTreeIter));
++	iter = g_slice_alloc0 (sizeof (GtkTreeIter));
+ 	/* check to see if we need to process our parent and siblings */
+ 	if (up && g_ascii_strncasecmp (up, "(dir)", 5) && strcmp (up, "Top"))
+ 	{

Modified: desktop/unstable/yelp/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/patches/series?rev=16852&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/patches/series (original)
+++ desktop/unstable/yelp/debian/patches/series Sun Aug 31 13:23:41 2008
@@ -4,5 +4,6 @@
 04_use_doc-base.patch
 05_txt_crash.patch
 06_text_plain.patch
+07_crash_info.patch
 60_format-string.patch
 70_autotools.patch




More information about the pkg-gnome-commits mailing list