mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user