As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
char *buffer=0; buffer = new char[10000]; for(int i=0;i<2000;i+=2){ buffer[i]='a'; buffer[i+1]='\n'; }