[Webkit-unassigned] [Bug 117014] New: [EFL][WK2] Add a null checking condition to in hide() of EwkContextMenu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 29 20:59:01 PDT 2013


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

           Summary: [EFL][WK2] Add a null checking condition to in hide()
                    of EwkContextMenu
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com
                CC: demarchi at webkit.org


m_viewImpl is able to be null. So, we need to protect this function against such case.


EwkContextMenu::EwkContextMenu()
    : m_viewImpl(0)
    , m_contextMenuItems(0)
{
}

EwkContextMenu::EwkContextMenu(Eina_List* items)
    : m_viewImpl(0)
    , m_contextMenuItems(0)
{

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