xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Mon Sep 7 20:21:24 PDT 2009


 src/radeon_dri2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 651fe5a47435c6a5cc1cdfb33c5c6601d692adcb
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Sep 8 13:21:07 2009 +1000

    radeon: fix dri2 struct zeroing

diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c
index e94107c..db46d27 100644
--- a/src/radeon_dri2.c
+++ b/src/radeon_dri2.c
@@ -321,7 +321,7 @@ radeon_dri2_screen_init(ScreenPtr pScreen)
 {
     ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
     RADEONInfoPtr info = RADEONPTR(pScrn);
-    DRI2InfoRec dri2_info;
+    DRI2InfoRec dri2_info = { 0 };
     int fd;
     char *bus_id;
     char *tmp_bus_id;


More information about the xorg-commit mailing list