www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 21897] New: Semicolon inside quotes in path variable causes

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: nobody puremagic.com
          Reporter: monkeyworks12 hotmail.com

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\;";

--
May 06 2021