mesa: Fix array out-of-bounds access by _mesa_Lighti.
authorVinson Lee <vlee@vmware.com>
Thu, 10 Dec 2009 01:34:50 +0000 (17:34 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 10 Dec 2009 01:34:50 +0000 (17:34 -0800)
commit444d1f39108ab4419843f19f76c968cef3398bab
treea90edeb601c58de27d533b07ceee3c2267b2b6bd
parent34528a34c446afea4442f479713e7f926220f128
mesa: Fix array out-of-bounds access by _mesa_Lighti.

_mesa_Lighti calls _mesa_Lightiv, which uses the params argument
as an array.
src/mesa/main/light.c