[Issue 8298] dirEntries special linux file in Home dir

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 16 08:13:40 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=8298


Mike Wey <mike-wey at planet.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike-wey at planet.nl


--- Comment #2 from Mike Wey <mike-wey at planet.nl> 2013-02-16 08:13:38 PST ---
The special file as an broken symlink. The Exception is thrown because stat
return an error code in that case.

With this pull request:
https://github.com/D-Programming-Language/phobos/pull/1142

I've changed ensureStatDone so it also tries lstat if stat fails as to support
broken symlinks in DirEntry.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list