mirror of
https://github.com/LMMS/lmms.git
synced 2026-06-19 03:28:45 -04:00
The RemoteVstPlugin process crashed for plugins with lots of presets as there was an overflow of the presName buffer. Chosing a bigger buffer size fixes the problem. Additionally initialize len variable in loadChunkFromPresetFile().