mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.
authorVinson Lee <vlee@freedesktop.org>
Mon, 3 Jun 2013 06:16:42 +0000 (23:16 -0700)
committerVinson Lee <vlee@freedesktop.org>
Tue, 4 Jun 2013 06:01:46 +0000 (23:01 -0700)
commit7bafd88c153e395274b632e7eae4bc9fc3aec1d2
treea5001fd392d7fa37036fba3522794d824399b87c
parent0677ea063cd96adefe87c1fb01ef7c66d905535b
mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.

Fixes "Out-of-bounds access" defect reported by Coverity.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/dlist.c