rpms/gnome-libs/devel gnome-libs-1.4.2-popthelp-format.patch, NONE, 1.1 gnome-libs.spec, 1.7, 1.8

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Oct 29 16:07:55 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/gnome-libs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21551

Modified Files:
	gnome-libs.spec 
Added Files:
	gnome-libs-1.4.2-popthelp-format.patch 
Log Message:
Fix buffer overflow in popthelp (#354911)

gnome-libs-1.4.2-popthelp-format.patch:

--- NEW FILE gnome-libs-1.4.2-popthelp-format.patch ---
--- gnome-libs-1.4.2/support/popthelp.c	2002-01-06 21:22:04.000000000 +0000
+++ gnome-libs-1.4.2/support/popthelp.c	2007-10-29 15:25:25.000000000 +0000
@@ -73,7 +73,7 @@
     const char * help = D_(translation_domain, opt->descrip);
     int helpLength;
     const char * ch;
-    char format[10];
+    char format[13];
     char * left;
     const char * argDescrip = getArgDescrip(opt, translation_domain);
 


Index: gnome-libs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-libs/devel/gnome-libs.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-libs.spec	26 Oct 2007 09:09:59 -0000	1.7
+++ gnome-libs.spec	29 Oct 2007 16:07:20 -0000	1.8
@@ -5,7 +5,7 @@
 Name:           gnome-libs
 Epoch:          1
 Version:        1.4.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        The main GNOME1 libraries
 License:        LGPLv2+ and BSD with advertising and (LGPLv2+ and BSD with advertising)
 Group:          System Environment/Libraries
@@ -72,6 +72,7 @@
 Patch102:       gnome-libs-1.4.2-multiarch.patch
 Patch103:       gnome-libs-1.4.2-umode_t.patch
 Patch104:       gnome-libs-1.4.2-xdg-open.patch
+Patch105:       gnome-libs-1.4.2-popthelp-format.patch
 
 %description
 GNOME (GNU Network Object Model Environment) is a user-friendly set of GUI
@@ -140,6 +141,7 @@
 %if 0%{?fedora} >= 7
 %patch104 -p1 -b .xdg-open
 %endif
+%patch105 -p1 -b .popthelp-format
 
 /usr/bin/iconv -f iso-8859-1 -t utf-8 < ChangeLog > ChangeLog.utf-8
 %{__mv} -f ChangeLog.utf-8 ChangeLog
@@ -294,6 +296,9 @@
 %{_libdir}/libgnomeui.so
 
 %changelog
+* Mon Oct 29 2007 Paul Howarth <paul at city-fan.org> 1:1.4.2-7
+- Fix buffer overflow in popthelp (#354911)
+
 * Fri Oct 26 2007 Paul Howarth <paul at city-fan.org> 1:1.4.2-6
 - Clarify licensing (db 1.85 is BSD with advertising, and many objects link
   to it)




More information about the fedora-extras-commits mailing list