[Webkit-unassigned] [Bug 72017] New: [EFL] Add NULL checks after memory allocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 05:36:04 PST 2011


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

           Summary: [EFL] Add NULL checks after memory allocation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: g.czajkowski at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Adds NULL checks before access to pointer which is initialized by alloca.

Adds NULL check to ewk_window_features_new_from_core after creating a new instance of WebCore's WindowFeatures.
It prevents unexpected result while calling ewk_window_features_unref if WindowFeatures is NULL.

Adds NULL check to ewk_cookies_get_all which returns list of cookies.
Cookie won't be added If malloc returns NULL.

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