mesa: Fix array out-of-bounds access by _mesa_TexGenf.
authorVinson Lee <vlee@vmware.com>
Sun, 29 Nov 2009 05:50:48 +0000 (00:50 -0500)
committerVinson Lee <vlee@vmware.com>
Sat, 5 Dec 2009 21:00:35 +0000 (13:00 -0800)
commitb2953ee1a655a010f36b5fc1b47f8bd8b06ce368
tree92cbeee1a45ddc9d2c814e016cdd8601704e6c70
parentd74cd04e6190ebb3a9c53d45cbb2452d92e24ad5
mesa: Fix array out-of-bounds access by _mesa_TexGenf.

_mesa_TexGenf calls _mesa_TexGenfv, which uses the params argument
as an array.
(cherry picked from commit ca5a7aadb4361e7d053aea8687372cd44cbd8795)
src/mesa/main/texgen.c