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

2018-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53426 Timothy Arceri changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop. |v...@freedesktop.org

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

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53426 --- Comment #2 from Brian Paul 2012-08-16 23:06:25 UTC --- Alternately, can you try this patch, Vinson? diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index 792a92d..03094cc 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa

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

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53426 --- Comment #1 from Brian Paul 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 bugma