mesa: Fix array out-of-bounds access in _mesa_TexEnvf.
authorVinson Lee <vlee@vmware.com>
Sun, 29 Nov 2009 03:04:06 +0000 (22:04 -0500)
committerVinson Lee <vlee@vmware.com>
Sat, 5 Dec 2009 01:48:30 +0000 (17:48 -0800)
commitfe8e18bcd41a19282ba92350a04a34866fda1d7b
tree178f07f311f638c796b90cc880acad32e8b90cc0
parent4fb5ae7233e5c358e579ced6155f32461f6edf2d
mesa: Fix array out-of-bounds access in _mesa_TexEnvf.

_mesa_TexEnvf calls _mesa_TexEnvfv, which uses the param argument
as an array.
(cherry picked from commit a11d60d14caf8efc07f70af63b57b33273f8cf9b)
src/mesa/main/texenv.c