rpms/xorg-x11-server/F-11 xorg-x11-server.spec, 1.461, 1.462 xserver-1.6.1-mousedrivers.patch, 1.1, 1.2

Peter Hutterer whot at fedoraproject.org
Thu Oct 8 06:18:08 UTC 2009


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-server/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9729

Modified Files:
	xorg-x11-server.spec xserver-1.6.1-mousedrivers.patch 
Log Message:
* Thu Oct 08 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.6.4-0.3
- xserver-1.6.1-mousedrivers.patch: fix typo causing invalid memory access
  (#522936)



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/F-11/xorg-x11-server.spec,v
retrieving revision 1.461
retrieving revision 1.462
diff -u -p -r1.461 -r1.462
--- xorg-x11-server.spec	23 Sep 2009 06:08:45 -0000	1.461
+++ xorg-x11-server.spec	8 Oct 2009 06:18:08 -0000	1.462
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.6.4
-Release:   0.2%{?dist}
+Release:   0.3%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -535,6 +535,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 08 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.6.4-0.3
+- xserver-1.6.1-mousedrivers.patch: fix typo causing invalid memory access
+  (#522936)
+
 * Wed Sep 23 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.6.4-0.2
 - xserver-1.6.3-coreevents.patch: dont send events for devices with
   SendCoreEvents off.

xserver-1.6.1-mousedrivers.patch:
 xf86Config.c |   26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

Index: xserver-1.6.1-mousedrivers.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/F-11/xserver-1.6.1-mousedrivers.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xserver-1.6.1-mousedrivers.patch	25 May 2009 00:01:27 -0000	1.1
+++ xserver-1.6.1-mousedrivers.patch	8 Oct 2009 06:18:08 -0000	1.2
@@ -59,7 +59,7 @@ index 2ecb639..844e04a 100644
  				  xf86configptr->conf_input_lst);
 -	if (!confInput) {
 -	    confInput = xf86findInputByDriver("mouse",
-+	while (driver && !confInput) {
++	while (*driver && !confInput) {
 +	    confInput = xf86findInputByDriver(*driver,
  					      xf86configptr->conf_input_lst);
 +	    driver++;




More information about the fedora-extras-commits mailing list