rpms/at-spi/devel at-spi-1.7.7-miscompile.patch, 1.2, 1.3 at-spi.spec, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 4 19:21:34 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/at-spi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5769

Modified Files:
	at-spi-1.7.7-miscompile.patch at-spi.spec 
Log Message:
Fix segfaults


at-spi-1.7.7-miscompile.patch:
 atk-bridge/bridge.c       |    4 ++--
 cspi/bonobo/cspi-bonobo.c |    5 ++++-
 libspi/util.c             |    2 ++
 registryd/registry-main.c |    2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

Index: at-spi-1.7.7-miscompile.patch
===================================================================
RCS file: /cvs/dist/rpms/at-spi/devel/at-spi-1.7.7-miscompile.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- at-spi-1.7.7-miscompile.patch	4 Apr 2006 18:24:39 -0000	1.2
+++ at-spi-1.7.7-miscompile.patch	4 Apr 2006 19:21:30 -0000	1.3
@@ -10,7 +10,7 @@
  
    reg_env = bonobo_activation_registration_env_set ( reg_env, "AT_SPI_DISPLAY", 
 --- at-spi-1.7.7/atk-bridge/bridge.c.miscompile	2006-04-04 14:11:43.000000000 -0400
-+++ at-spi-1.7.7/atk-bridge/bridge.c	2006-04-04 14:11:52.000000000 -0400
++++ at-spi-1.7.7/atk-bridge/bridge.c	2006-04-04 15:20:38.000000000 -0400
 @@ -311,7 +311,7 @@
  		canonical_display_name = g_strdup (display_env);
  		display_p = strrchr (canonical_display_name, ':');
@@ -20,6 +20,15 @@
  		{
  		    *screen_p = '\0';
  		}
+@@ -694,7 +694,7 @@
+   
+   g_free (e.type);
+ 
+-  if (e.any_data._release) CORBA_free (&e.any_data._value);
++  if (e.any_data._release) CORBA_free (e.any_data._value);
+   
+   va_end (args);
+ 
 --- at-spi-1.7.7/cspi/bonobo/cspi-bonobo.c.miscompile	2006-04-04 14:20:31.000000000 -0400
 +++ at-spi-1.7.7/cspi/bonobo/cspi-bonobo.c	2006-04-04 14:21:18.000000000 -0400
 @@ -26,6 +26,9 @@


Index: at-spi.spec
===================================================================
RCS file: /cvs/dist/rpms/at-spi/devel/at-spi.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- at-spi.spec	4 Apr 2006 18:24:39 -0000	1.34
+++ at-spi.spec	4 Apr 2006 19:21:30 -0000	1.35
@@ -7,7 +7,7 @@
 Summary: Assistive Technology Service Provider Interface 
 Name: at-spi
 Version: 1.7.7
-Release: 4
+Release: 5
 URL: http://developer.gnome.org/projects/gap/
 Source0: %{name}-%{version}.tar.bz2
 Patch0: at-spi-1.7.7-miscompile.patch
@@ -92,8 +92,9 @@
 %{_includedir}/* 
 
 %changelog
-* Tue Apr  4 2006 Matthias Clasen <mclasen at redhat.com> - 1.7.7-4
+* Tue Apr  4 2006 Matthias Clasen <mclasen at redhat.com> - 1.7.7-5
 - Fix a missing declaration
+- Fix segfaults on x86_64
 
 * Tue Apr  4 2006 Matthias Clasen <mclasen at redhat.com> - 1.7.7-1
 - Update to 1.7.7




More information about the fedora-cvs-commits mailing list