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 mismatch create function (missing noexcept) #1596

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

stephenberry
Copy link
Owner

@stephenberry stephenberry commented Feb 6, 2025

#1586 (comment) points out an undefined behavior problem because function pointer signatures do not match. I believe the issue was a missing noexcept on the library loader side, which this fixes.

@stephenberry stephenberry changed the title Fix mismatch create function Fix mismatch create function (missing noexcept) Feb 6, 2025
@stephenberry stephenberry merged commit dc9cfb8 into main Feb 6, 2025
12 checks passed
@stephenberry stephenberry deleted the fix_mismatch_create_api branch February 6, 2025 13:45
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.

1 participant