http://bugs.freedesktop.org/show_bug.cgi?id=13398
------- Comment #2 from [EMAIL PROTECTED] 2007-11-26 07:21 PST ------- Created an attachment (id=12724) --> (http://bugs.freedesktop.org/attachment.cgi?id=12724&action=view) Fix potential out-of-bounds error The routine init_screen_visuals() has even more dodgy bits: i is incremented even if no visual is used. Because of that, there seems to be no guarantee that i is not incremented to beyond the end of the array. This small patch fixes that -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
