Bug 11137 – Stack overflow on invalid output path

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-09-28T05:13:00Z
Last change time
2013-10-01T18:31:13Z
Keywords
ice, pull
Assigned to
nobody
Creator
andrej.mitrovich

Comments

Comment #0 by andrej.mitrovich — 2013-09-28T05:13:02Z
----- 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.
Comment #1 by bugzilla — 2013-10-01T16:32:46Z
Comment #2 by github-bugzilla — 2013-10-01T18:30:50Z
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