[Webkit-unassigned] [Bug 29196] wx port is missing several filesystem functions in FileSystemWx.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 16:48:18 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29196





--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-09-11 16:48:18 PDT ---
(From update of attachment 39454)
This looks fine.  Except do you really want to use 0777?
 76     return wxFileName::Mkdir(path, 0777, wxPATH_MKDIR_FULL);

Wouldn't you want to respect the user's umask?  Or at least restrict these to
rwx for the user?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list