RESOLVED DUPLICATE of bug 84135 61404
[filesystem] DOMFileSystemBase assumes there's only one filesystem
https://bugs.webkit.org/show_bug.cgi?id=61404
Summary [filesystem] DOMFileSystemBase assumes there's only one filesystem
Eric U.
Reported 2011-05-24 16:27:57 PDT
In verifyAndGetDestinationPathForCopyOrMove, we check to make sure you're not moving a directory into its child. However, we just do a pure path check. If the two paths aren't in the same filesystem, they're not directly comparable, and we should skip the check. This prevents e.g. moving temporary file /foo/bar into the persistent root, as the root is the parent of every path. I'm CCing folks familiar with the filesystem code, in case they have time to grab this. If not, I'll get to it when I can.
Attachments
Eric U.
Comment 1 2012-06-06 14:53:56 PDT
*** This bug has been marked as a duplicate of bug 84135 ***
Note You need to log in before you can comment on or make changes to this bug.