Open
Bug 987505
Opened 11 years ago
Updated 3 years ago
HandleToFilename fails with certain file handles
Categories
(Core :: XPCOM, defect)
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
Details
HandleToFilename() is failing when the file handle was opened for write access but not read access. On Windows Vista and newer we should be able to mitigate this problem by calling ReOpenFile() on that handle with read access.
I've written a patch but before landing I'm going to measure the performance characteristics of ReOpenFile(), but I'm not expecting any problems.
Reporter | ||
Updated•5 years ago
|
Assignee: aklotz → nobody
Component: General → XPCOM
OS: Windows 7 → Windows
Hardware: x86 → All
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•