mesa: Fix array out-of-bounds access by _mesa_PointParameterf.
authorVinson Lee <vlee@vmware.com>
Wed, 9 Dec 2009 21:00:22 +0000 (13:00 -0800)
committerVinson Lee <vlee@vmware.com>
Wed, 9 Dec 2009 21:00:22 +0000 (13:00 -0800)
commit6f2d51b81ff907af9727e90153a46e79e246fc66
treed825bd60356fd759d4039beb61903c73e11663e7
parent637970aefdcdd1ee50e3759de384b82e6109a45c
mesa: Fix array out-of-bounds access by _mesa_PointParameterf.

_mesa_PointParameterf calls _mesa_PointParameterfv, which uses the
params argument as an array.
src/mesa/main/points.c