Files
lmms/plugins/vst_base
Tobias Doerffel 206715d82b RemoteVstPlugin: allocate buffer for chunk on heap rather than stack
It's not a good idea to allocate the buffer for VST chunk data on the
stack as chunks might become quite big (several megabytes) and thus
could cause a stack overflow. Fix this by using new/delete.
(cherry picked from commit 5f241e6374)
2009-12-06 01:04:11 +01:00
..
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00