Subject: [PATCH 00/10] nv50: out-of-bounds access of context specific attribs In-Reply-To:
So here it goes, a few serious patches and some not as much Patches 1, 2 correct the range to be within the defined boundaries when invalidating the textures/constbufs. Most likely a copy/paste typo from the nvc0 driver. Patches 3, 5, 7, 8, 9 introduce asserts which may not be stricly needed. I'm open to suggestions Patches 4, 6 changes the type of variables used to store the index to be unsigned. And patch 10 provides a small/trivial cleanup at the context_ctor errot path. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev