[Webkit-unassigned] [Bug 117625] New: [EFL][WK2] Fix crash issue on ewk_context_favicon_database_directory_set()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 13 21:45:00 PDT 2013


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

           Summary: [EFL][WK2] Fix crash issue on
                    ewk_context_favicon_database_directory_set()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ch.jwa at samsung.com
                CC: demarchi at webkit.org


Currently WK2 doesn't support changing icon database path.
So ewk_context_favicon_database_directory_set() should return false on its' second function call.
But there's a crash if DB is not opened yet by first function call.
This issue can be avoided on WK1 by enabling icon database on first function call and check this flag on second function call.
So, I also appended enabling and disabling logic on WK2 and made test case for this operation.

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