[Webkit-unassigned] [Bug 164330] Audit uses of -[NSURL fileSystemRepresentation] for encoding mistakes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 5 15:44:21 PDT 2016


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #3 from Darin Adler <darin at apple.com> ---
And as I mentioned in that bug, generally if we want to make a String, we probably don’t want use -[NSURL fileSystemRepresentation]. I believe we can use either -[NSURL path] or CFURLCopyFileSystemPath instead to avoid the encoding/decoding process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161105/f0b77636/attachment-0001.html>


More information about the webkit-unassigned mailing list