mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
authorVinson Lee <vlee@vmware.com>
Mon, 30 Nov 2009 02:17:44 +0000 (21:17 -0500)
committerVinson Lee <vlee@vmware.com>
Sat, 5 Dec 2009 20:50:56 +0000 (12:50 -0800)
commitca8a2150c79899bad0f80e132656863822db045e
tree76eac605b8b9f07965c4585c4215bb104fd2c5d3
parent4071d065c2c32a872bb148d108252a2380c42da4
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.

_mesa_TexParameterf calls set_tex_parameterf, which uses the params
argument as an array.
(cherry picked from commit 270d36da146b899d39e08f830fe34b63833a3731)
src/mesa/main/texparam.c