[Webkit-unassigned] [Bug 141295] Switch to file backed buffer when resource is cached to disk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 5 12:56:02 PST 2015


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

--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 246121
  --> https://bugs.webkit.org/attachment.cgi?id=246121
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=246121&action=review

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorageCocoa.mm:257
> +    if (!map)

On failure mmap() returns MAP_FAILED which is (void*)-1, not 0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150205/7fbcfb64/attachment-0002.html>


More information about the webkit-unassigned mailing list