September 14, 2019
Creating pointers to dynamic arrays, when the array length is 0 and the ptr is 0 expanding it's elements will crash Visual Studio.
September 18, 2019

On 14/09/2019 21:40, Bert wrote:
> Creating pointers to dynamic arrays, when the array length is 0 and the ptr is 0 expanding it's elements will crash Visual Studio.

That's the automatic dereferencing for pointers going wrong. Fixed for the next version.