Skip to content

Conversation

@y-novikov
Copy link
Contributor

vkEnumerateInstanceExtensionProperties can fail to initialize ext_props in loader_add_instance_extensions(), in which case wsi_unsupported_instance_extension() will call strcmp() on uninitialized memory.

vkEnumerateInstanceExtensionProperties can fail to initialize ext_props
in loader_add_instance_extensions(), in which case
wsi_unsupported_instance_extension() will call strcmp()
on uninitialized memory.
@ci-tester-lunarg
Copy link

Author y-novikov not on autobuild list. Waiting for curator authorization before starting CI build.

1 similar comment
@ci-tester-lunarg
Copy link

Author y-novikov not on autobuild list. Waiting for curator authorization before starting CI build.

@CLAassistant
Copy link

CLAassistant commented Dec 12, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@charles-lunarg charles-lunarg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not having an easy to use "calloca" is annoying since then this could be put into the alloc call, but just fixing the uninitialized memory bug takes priority.

Thanks!

@charles-lunarg charles-lunarg merged commit 05fdd86 into KhronosGroup:main Dec 12, 2025
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants