Skip to content

mesa: check numlevels and numlayers when creating a texture view

Gert Wollny requested to merge gerddie/mesa:textureview-check-numlevels into main

mesa: check numlevels and numlayers when creating a texture view

CC: mesa-stable

Not checking the numlevels or numlayers may result in a crash in st_TextureView (found by fuzzing virglrenderer)

Merge request reports