[Issue 14349] String imports with subpaths don't work on Windows

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Mar 30 07:34:00 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14349

Alex Parrill <initrd.gz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |initrd.gz at gmail.com

--- Comment #1 from Alex Parrill <initrd.gz at gmail.com> ---
Looks like FileName::safeSearchPath in filename.c disallows forward slash on
Windows. Fixing this should just involve removing it from the blacklist, though
there may be security consequences.

Side note: the 'More info' link on safeSearchPath to www.securecoding.cert.org
leads to a 404 page.

--


More information about the Digitalmars-d-bugs mailing list