Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing initialization of compile_only field for SPIRV C interface #3364

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

ajmd17
Copy link
Contributor

@ajmd17 ajmd17 commented Oct 16, 2023

Looks like the compile_only struct field of glslang_spv_options_t is not being set, so it's just holding garbage memory and causing unwanted behaviour by implicitly resolving to true most times.

@CLAassistant
Copy link

CLAassistant commented Oct 16, 2023

CLA assistant check
All committers have signed the CLA.

@arcady-lunarg arcady-lunarg added the kokoro:run Trigger Google bot runs label Oct 16, 2023
@kokoro-team kokoro-team removed kokoro:run Trigger Google bot runs labels Oct 16, 2023
Copy link
Contributor

@jeremy-lunarg jeremy-lunarg left a comment

Choose a reason for hiding this comment

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

Good catch! Thanks!

@arcady-lunarg arcady-lunarg merged commit fd1f96d into KhronosGroup:main Oct 16, 2023
22 checks passed
arcady-lunarg added a commit to arcady-lunarg/glslang that referenced this pull request Oct 18, 2023
This will prevent any recurrence of issues like the one addressed by
PR KhronosGroup#3364.
arcady-lunarg added a commit that referenced this pull request Oct 19, 2023
This will prevent any recurrence of issues like the one addressed by
PR #3364.
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.

5 participants