Closed 0ax1 closed 11 months ago
solution here is just an if(_v->outq) {} around that block right? Nothing else?
solution here is just an if(_v->outq) {} around that block right? Nothing else?
yep
all tests running with sanitizers are passing now.
Merged to 0.6.0
For one of the VST3 validator tests, no output queue is provided, such that the wrapper crashes on https://github.com/free-audio/clap-wrapper/blob/next/src/detail/vst3/process.cpp?plain=1#L701 with
_vstdata->outputParameterChanges
beingnullptr
. This report/backtrace was generated when running the validator and wrapper compiled with ASAN.Backtrace: