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

Fix null-terminated strings in LLVMSetValueName2 and LLVMMDStringInContext #534

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

vosen
Copy link
Contributor

@vosen vosen commented Sep 11, 2024

Description

Omit terminating NULL when passing strings to LLVMSetValueName2(...) and LLVMMDStringInContext(...)

Related Issue

#533

How This Has Been Tested

I tried the PR in my codebase

Checklist

Copy link
Owner

@TheDan64 TheDan64 left a comment

Choose a reason for hiding this comment

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

Great catch, thanks!

@TheDan64 TheDan64 merged commit 885c5f7 into TheDan64:master Sep 16, 2024
18 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.

2 participants