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)
5f241e6374