[Webkit-unassigned] [Bug 102394] New: Null-checking is required in cookiesEnabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 08:28:47 PST 2012


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

           Summary: Null-checking is required in cookiesEnabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevin.cs.oh at gmail.com


CookieJarSoup.cpp is revised in this bug, https://bugs.webkit.org/show_bug.cgi?id=101621

After that, we may face a crash if NetworkingContext is null for any reasons in cookieEnabled() at CookieJarSoup.cpp
No checking context will cause a crash in cookieJarForContext because of context->soupSession().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list