[Webkit-unassigned] [Bug 194588] Crash in WebKit::CacheStorage::Engine::cachesRootPath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 07:44:39 PST 2019


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

--- Comment #3 from youenn fablet <youennf at gmail.com> ---
cachesRootPath is called from readCachesFromDisk lambda.
Shouldn't we change the readCachesFromDisk lbamda to early return if the lambda receives an error of value Error::Internal.

Error::Internal is not clear in that case, maybe we could introduce an enum for initialize callback, something like { OK, WriteError, BeingDeleted }.

-- 
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/20190213/ebf48249/attachment.html>


More information about the webkit-unassigned mailing list