Skip to content

radv: avoid oob read during clear

Mike Blumenkrantz requested to merge zmike/mesa:radv-oobfix into master

when clearing a depth/stencil image the passed colorvalue pointer is smaller than the VkClearValue struct size

Merge request reports