[Issue 821] segfault with char array copy
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jan  9 01:36:01 PST 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=821
bugzilla at digitalmars.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
------- Comment #2 from bugzilla at digitalmars.com  2007-01-09 03:35 -------
String literals are read only, hence attempting to write to them will produce
undefined behavior.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list