[Mesa-dev] [Bug 53426] out-of-bounds access src/mesa/main/fbobject:222

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 16 12:02:18 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=53426

--- Comment #1 from Brian Paul <brian.e.paul at gmail.com> 2012-08-16 19:02:18 UTC ---
This warning is kind of bogus.

Jose suggested adding an assertion like this:

   assert(BUFFER_COLOR0 + ctx->Const.MaxColorAttachments <=
Elements(fb->Attachment));

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list