Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 28, 2013 [Issue 11137] New: Stack overflow on invalid output path | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11137 Summary: Stack overflow on invalid output path Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: andrej.mitrovich@gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-09-28 05:13:02 PDT --- ----- module test; void main() { } ----- $ dmd -ofC:\test.exeC:\test.exe test.d DMD v2.064 DEBUG Stack overflow The compiler should verify the path is valid and emit a diagnostic when it's not. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 01, 2013 [Issue 11137] Stack overflow on invalid output path | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=11137 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2013-10-01 16:32:46 PDT --- https://github.com/D-Programming-Language/dmd/pull/2607 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 02, 2013 [Issue 11137] Stack overflow on invalid output path | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=11137 --- Comment #2 from github-bugzilla@puremagic.com 2013-10-01 18:30:50 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6537dedfd19859165d11ead1fdaece449e09a114 fix Issue 11137 - Stack overflow on invalid output path https://github.com/D-Programming-Language/dmd/commit/2daa4f78ab93b3a849d07bcb936d336b38836580 Merge pull request #2607 from WalterBright/fix11137 fix Issue 11137 - Stack overflow on invalid output path -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 02, 2013 [Issue 11137] Stack overflow on invalid output path | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=11137 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation