mesa: fix some invalid memory reads
authorBrian Paul <brianp@vmware.com>
Thu, 13 Aug 2009 20:38:27 +0000 (14:38 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 13 Aug 2009 20:38:27 +0000 (14:38 -0600)
commit1e0f621b500db9b3ad3135426e621ffa10727d3b
treee862910ceed6e816b3a0fec189d5f19c19c75cd6
parent6d55fd705da829286ea45a7438526c2bede2059a
mesa: fix some invalid memory reads

We were passing the address of a float to functions that would deref the
pointer as an array.
src/mesa/main/dlist.c