rpms/xorg-x11-drv-ati/devel xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch, NONE, 1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 21 13:47:29 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/xorg-x11-drv-ati/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6082

Added Files:
	xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch 
Log Message:
Adding xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch

xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch:
 radeon_driver.c |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch ---
Index: driver/xf86-video-ati/src/radeon_driver.c
diff -u driver/xf86-video-ati/src/radeon_driver.c:1.83 driver/xf86-video-ati/src/radeon_driver.c:1.84
--- driver/xf86-video-ati/src/radeon_driver.c:1.83	Wed Dec 14 11:41:28 2005
+++ driver/xf86-video-ati/src/radeon_driver.c	Thu Jan 12 17:02:01 2006
@@ -1,4 +1,5 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v 1.117 2004/02/19 22:38:12 tsi Exp $ */
+/* $XdotOrg: driver/xf86-video-ati/src/radeon_driver.c,v 1.84 2006/01/13 01:02:01 alanc Exp $ */
 /*
  * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
  *                VA Linux Systems Inc., Fremont, California.
@@ -4185,6 +4186,7 @@
 	        xfree(info->CRT2pScrn->monitor);
 	     }
              xfree(info->CRT2pScrn);
+	     info->CRT2pScrn = NULL;
 	  }
 	  pScrn->modes = info->CRT1Modes;
 	  info->CRT1Modes = NULL;




More information about the fedora-cvs-commits mailing list