Skip to content

vrend: Reject binding an SSBO with OOB offest or length

Binding the SSBO buffer range to not be in the limits of the buffer size may result in program termination or even GPU hangs.

Closes: https://gitlab.freedesktop.org/virgl/virglrenderer/-/issues/501

Signed-off-by: Gert Wollny gert.wollny@collabora.com

Merge request reports