[xorg-bugzilla-noise] [Bug 797] x86_64 with Radeon 9200 has corrupted image when depth > 8

bugzilla-daemon at pdx.freedesktop.org bugzilla-daemon at pdx.freedesktop.org
Mon Jul 5 23:43:41 PDT 2004


Please do not reply to this email: if you want to comment on the bug, go to     
the URL shown below and enter your comments there.  
  
http://freedesktop.org/bugzilla/show_bug.cgi?id=797   
   




------- Additional Comments From freedesktopbugzilla at don-lindsay-archive.org  2004-07-05 23:43 -------
A quick look at the source found the problem [or anyway one of of the problems].

xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h

contains two unions which assume they know the size of "int". They should be
using "INT32", as provided by "#include <X11/Xmd.h>".

Dunno how many int's need to be INT32, but it's a safe transformation, in code
that doesn't cast between ints and pointers.   
   
--    
Configure bugmail: http://freedesktop.org/bugzilla/userprefs.cgi?tab=email   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the xorg-bugzilla-noise mailing list