https://issues.dlang.org/show_bug.cgi?id=21897
Issue ID: 21897
Summary: Semicolon inside quotes in path variable causes range
violation in pipedmd
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: normal
Priority: P1
Component: visuald
Assignee: [email protected]
Reporter: [email protected]
Having any entry in the "path" variable on Windows that is surrounded with
quotes and ends with a semicolon causes a range violation on line 582 of
pipedmd. Some examples:
";";
"C:\Program Files\dotnet\;";
--