rpms/sylpheed/devel sylpheed-2.5.0rc-summaryview.patch, NONE, 1.1 sylpheed.spec, 1.74, 1.75

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 22 09:11:12 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/sylpheed/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18719

Modified Files:
	sylpheed.spec 
Added Files:
	sylpheed-2.5.0rc-summaryview.patch 
Log Message:
* Thu May 22 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.4.rc
- Fix glibc double-free/invalidptr in src/summaryview.c
  (assumably also fixes #447815).


sylpheed-2.5.0rc-summaryview.patch:

--- NEW FILE sylpheed-2.5.0rc-summaryview.patch ---
diff -Nur sylpheed-2.5.0rc-orig/src/summaryview.c sylpheed-2.5.0rc/src/summaryview.c
--- sylpheed-2.5.0rc-orig/src/summaryview.c	2008-05-14 04:09:05.000000000 +0200
+++ sylpheed-2.5.0rc/src/summaryview.c	2008-05-22 11:04:27.000000000 +0200
@@ -5667,7 +5667,7 @@
 	if (path) {
 		gtk_tree_model_get_iter(GTK_TREE_MODEL(summaryview->store),
 					&iter, path);
-		g_free(path);
+		gtk_tree_path_free(path);
 		summary_display_msg(summaryview, &iter);
 	}
 


Index: sylpheed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- sylpheed.spec	20 May 2008 13:42:41 -0000	1.74
+++ sylpheed.spec	22 May 2008 09:10:21 -0000	1.75
@@ -5,7 +5,7 @@
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
 Version: 2.5.0
-Release: 0.3.rc
+Release: 0.4.rc
 License: GPLv2+
 URL: http://sylpheed.sraoss.jp/
 Group: Applications/Internet
@@ -26,6 +26,7 @@
 Patch3: sylpheed-2.3.1-certsdir.patch
 Patch4: sylpheed-2.2.5-prefs_common.patch
 Patch5: sylpheed-2.4.8-enchant.patch
+Patch6: sylpheed-2.5.0rc-summaryview.patch
 
 # For xdg-open in patch1.
 Requires: xdg-utils
@@ -52,6 +53,7 @@
 %patch3 -p1 -b .certsdir
 %patch4 -p1 -b .prefs_common
 %patch5 -p1 -b .enchant
+%patch6 -p1 -b .summaryview
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
@@ -92,6 +94,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Thu May 22 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.4.rc
+- Fix glibc double-free/invalidptr in src/summaryview.c
+  (assumably also fixes #447815).
+
 * Tue May 20 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.3.rc
 - Update to 2.5.0rc (bug-fixes, enhancements).
 




More information about the fedora-extras-commits mailing list