Null check vk_icdGetPhysicalDeviceProcAddr
authorCharles Giessen <charles@lunarg.com>
Mon, 31 Oct 2022 22:37:14 +0000 (16:37 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 31 Oct 2022 23:19:23 +0000 (17:19 -0600)
commitd4fd5773d5a004a841e2e976ef1a23aed53e8330
tree916a98b14acbab695dc728bbda27662e1be1a28a
parentb8b1f575afb7b3da3fa8ddbe6ca5f0ad7a2d4ac0
Null check vk_icdGetPhysicalDeviceProcAddr

Forgotten NULL check causes crashes if a driver forgets to export
vk_icdGetPhysicalDeviceProcAddr but does report a 4 or higher
ICD Interface Version.
loader/unknown_function_handling.c