[webkit-reviews] review granted: [Bug 57517] Downloading a file fails due to a sandbox violation if the destination path is a symlink : [Attachment 87649] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 18:07:45 PDT 2011


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 57517: Downloading a file fails due to a sandbox violation if the
destination path is a symlink
https://bugs.webkit.org/show_bug.cgi?id=57517

Attachment 87649: Patch
https://bugs.webkit.org/attachment.cgi?id=87649&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=87649&action=review

> Source/WebKit2/Shared/mac/SandboxExtensionMac.mm:123
> +    char *slashPtr = strrchr(path.data(), '/');

* on wrong side.


More information about the webkit-reviews mailing list