Fix segfault in REAPER due to new vendor extension

This `effVendorSpecific` call would pass a non-zero non-pointer value to
the pointer argument, which would then of course result in segfaults.
This commit is contained in:
Robbert van der Helm
2021-02-15 21:08:41 +01:00
parent 39da1b1e1c
commit dc7c988623
4 changed files with 32 additions and 9 deletions
+6
View File
@@ -17,6 +17,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
yabridge now includes a small workaround to make sure that the affected code
never gets compiled.
### Fixed
- Added a workaround for **REAPER** using a new vendor-specific VST2.4 extension
that passes a non-pointer value to a pointer parameter. This would cause
segfaults with some plugins.
## [3.0.0] - 2021-02-14
### Added