svga: add array index assertion in svga_validate_sampler_view()

This commit is contained in:
Brian Paul 2013-06-24 14:48:57 -06:00
parent 82d6a52530
commit a4e4a413e5

View file

@ -191,6 +191,7 @@ svga_validate_sampler_view(struct svga_context *svga, struct svga_sampler_view *
for (i = v->min_lod; i <= v->max_lod; i++) {
for (k = 0; k < numFaces; k++) {
assert(i < Elements(tex->view_age));
if (v->age < tex->view_age[i])
svga_texture_copy_handle(svga,
tex->handle, 0, 0, 0, i, k,