[Issue 1072] New: this code should run as the previous bug code , but dmd av here

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 20 00:44:30 PDT 2007


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

           Summary: this code should run as the previous bug code , but dmd
                    av here
           Product: D
           Version: 1.009
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: davidl at 126.com


static char[] hello()
{
        char[] result="";
        for(;;)
           result ~= `abc`;
        return result;
}
void main()
{
        pragma(msg,hello());
}

this code should also make ur computer DoS, but DMD AV


-- 



More information about the Digitalmars-d-bugs mailing list