[Webkit-unassigned] [Bug 103168] New: [WK2] Add null check and early return code before accessing member of m_iconDatabaseImpl if it fails to create IconDatabase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 19:46:27 PST 2012


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

           Summary: [WK2] Add null check and early return code before
                    accessing member of m_iconDatabaseImpl if it fails to
                    create IconDatabase
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ch.jwa at samsung.com


If WebIconDatabase fails to create IconDatabase on WebIconDatabase::setDatabasePath(), m_iconDatabaseImpl references null.
So, it is necessary to check null and early return before accessing m_iconDatabaseImpl.

-- 
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