Carla crashes when trying to start the UI for VST2 plugins under Windows.
Tested on latest Carla version 2.5.10.
The crash is related to de-referencing of a NULL pointer:
This ticket is created as a result of investigations here: lsp-plugins/lsp-plugins#606
In logs of LSP Plugins I see two sequential calls of effEditGetRect before crash but no call to effEditOpen before them. It looks like the call to the dispatcher could be optimized out by the compiler here because of usage the || true expression.
Carla crashes when trying to start the UI for VST2 plugins under Windows.
Tested on latest Carla version 2.5.10.
The crash is related to de-referencing of a NULL pointer:
This ticket is created as a result of investigations here: lsp-plugins/lsp-plugins#606
In logs of LSP Plugins I see two sequential calls of
effEditGetRectbefore crash but no call toeffEditOpenbefore them. It looks like the call to thedispatchercould be optimized out by the compiler here because of usage the|| trueexpression.