KhronosGroup / Vulkan-LoaderAndValidationLayers

**Deprecated repository** for Vulkan loader and validation layers
Apache License 2.0
414 stars 172 forks source link

tests: Fix OOB cast to VkStructureType in InvalidDSUpdateStruct #2496

Closed polarina closed 6 years ago

polarina commented 6 years ago

This is undefined behavior in C++. UBSan coughs up this:

layers/parameter_validation.h:367:26: runtime error:
    load of value 2576980377, which is not a valid value for type 'VkStructureType'