[Bug 33020] New: GetLongPathName does not properly resolve the relative string '.'

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 19 10:16:16 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=33020

             Bug #: 33020
           Summary: GetLongPathName does not properly resolve the relative
                    string '.'
           Product: Wine
           Version: 1.5.24
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: ehoover at mines.edu
    Classification: Unclassified


Calling GetLongPathName on a string containing the self-referencing string '.'
returns a bogus path, for example:
GetLongPathName('shortpath\.')
returns
shortpath\shortpath
instead of
shortpath\.

This poses a problem for Silverlight, which uses this feature (for some odd
reason) to find the path for debugging DLLs.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list