mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-07 23:57:49 -05: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().