[Webkit-unassigned] [Bug 185873] [Curl] Not all Cookie database files are deleted on corruption

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 23:09:20 PDT 2018


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

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 341007
  --> https://bugs.webkit.org/attachment.cgi?id=341007
Patch

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

> Source/WebCore/platform/network/curl/CookieJarDB.cpp:236
> +    return false;

Inverse the condition for the consistency.

if (resultText != "ok") {
    LOG_ERROR("Cookie database integrity check failed - %s", resultText.ascii().data());
    return false;
}

return true;

-- 
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/20180718/d4b6bd1d/attachment-0001.html>


More information about the webkit-unassigned mailing list