[Webkit-unassigned] [Bug 86610] New: [EFL] Do not check NULL pointer allocated by new

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 05:29:10 PDT 2012


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

           Summary: [EFL] Do not check NULL pointer allocated by new
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          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


WebKit-Efl doesn't check pointers that are initialized by new.
Those checks are not needed because new operator doesn't return NULL.
Only an overloaded version of new returns NULL pointer.

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