mesa: Fix potential out-of-bounds access by _vbo_Materialf.
authorVinson Lee <vlee@vmware.com>
Thu, 15 Jul 2010 07:53:07 +0000 (00:53 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 15 Jul 2010 07:53:07 +0000 (00:53 -0700)
commitcc2f337d06987ea7a8fbf30ce33330b4d993207c
tree81fea5d3265573081ec0ee848547ff50a29a261f
parent5c9e54f2ff2eb651b5bf594ac95d39ba5747c500
mesa: Fix potential out-of-bounds access by _vbo_Materialf.

_vbo_Materialf calls _vbo_Materialfv, which uses the params argument as
an array.
src/mesa/vbo/vbo_exec_api.c