[Issue 821] segfault with char array copy

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 9 00:56:20 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=821





------- Comment #1 from afb at algonet.se  2007-01-09 02:56 -------
String constants are read-only on Linux, you need a .dup in your code (COW).    


-- 



More information about the Digitalmars-d-bugs mailing list