mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-04 12:54:50 -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().