commit | ecd1d94d1c74be6481ebc6adde01fe73c7d41331 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <philipp.zabel@gmail.com> | Tue Feb 16 22:55:33 2016 +0100 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Tue Feb 16 14:42:26 2016 -0800 |
tree | ca69874dded4013b492de298a42c0b657990f374 | |
parent | 48087cfc4e90f39547cb2ebc06e044f56ccb2983 [diff] |
anv: pCreateInfo->pApplicationInfo parameter to vkCreateInstance may be NULL Fix a NULL pointer dereference in anv_CreateInstance in case the pApplicationInfo field of the supplied VkInstanceCreateInfo structure is NULL [1]. [1] https://www.khronos.org/registry/vulkan/specs/1.0/apispec.html#VkInstanceCreateInfo Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>