KhronosGroup / KhronosGroup/Vulkan-Utility-Libraries
safe_VkIndirectExecutionSetCreateInfoEXT is not safe
Open
- Dominant language
- C++
- Stars
- 103
- Forks
- 49
- Avg merge
- 7h 15m
- Merged PRs (30d)
- 4
Description
`safe_VkIndirectExecutionSetCreateInfoEXT` contains `VkIndirectExecutionSetInfoEXT`, which is a union of pointers that are just copied and can be invalid later.
For example running CTS test `dEQP-VK.dgc.ext.compute.layout.offset_execution_set_dispatch_shader_objects` with VVL will crash
Contributor guide
Assessment
This issue has not been assessed yet.