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 UB in VST plugins due to function prototype mismatch #1478

Conversation

omartijn
Copy link

This fixes undefined behaviour being triggered by the fact that the function signatures used for functions in VST plugins do not match those defined in the VST SDK.

Now that that's fixed some function pointer casts could also be removed (since the function types now actually match), so I've done that as well.

@reuk
Copy link
Member

reuk commented Nov 21, 2024

Resolved by the following patches:

6e910d8
73cb3b8

@reuk reuk closed this Nov 21, 2024
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.

3 participants