mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
authorVinson Lee <vlee@vmware.com>
Sun, 29 Nov 2009 23:18:23 +0000 (18:18 -0500)
committerVinson Lee <vlee@vmware.com>
Sat, 5 Dec 2009 20:47:40 +0000 (12:47 -0800)
commit4071d065c2c32a872bb148d108252a2380c42da4
tree539a3655b6261d6ee13b89f99ea9608651f09ad1
parent1446f30875bfb3b633942bc710b061019472f788
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.

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