[Mesa-dev] [Bug 52059] __indirect_glReadPixels USE_XCB path buffer overflow

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52059 Julien Cristau changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 52059] __indirect_glReadPixels USE_XCB path buffer overflow

2012-07-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52059 Julien Cristau changed: What|Removed |Added Keywords||patch --- Comment #2 from Julien Crista

[Mesa-dev] [Bug 52059] __indirect_glReadPixels USE_XCB path buffer overflow

2012-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52059 --- Comment #1 from Julien Cristau 2012-07-13 16:23:32 PDT --- as a PoC, the patch below seems to fix the crashes and valgrind complaints I'd been seeing. A real fix would involve glX_proto_send.py. diff --git a/src/glx/indirect.c b/src/glx/in