Skip to content

Fix UB in VST plugins due to function prototype mismatch#1478

Closed
omartijn wants to merge 1 commit intojuce-framework:developfrom
omartijn:fix-ub-in-vst-plugins-due-to-function-prototype-mismatch
Closed

Fix UB in VST plugins due to function prototype mismatch#1478
omartijn wants to merge 1 commit intojuce-framework:developfrom
omartijn:fix-ub-in-vst-plugins-due-to-function-prototype-mismatch

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