fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Assignment to char * causes crashes #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
picoc> char *c;
picoc> char d[10];
picoc> c = &d;
picoc> *c = 'a';
[crash]

Original issue reported on code.google.com by zik.sale...@gmail.com on 27 May 2009 at 10:10

GoogleCodeExporter commented 9 years ago
Now works. Fixed with parsing fix yesterday.

Original comment by zik.sale...@gmail.com on 3 Jun 2009 at 1:22