[Webkit-unassigned] [Bug 110802] New: Kill another analyzer warning in javascriptcore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 14:24:35 PST 2013


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

           Summary: Kill another analyzer warning in javascriptcore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com


The LegacyProfiler::{start,stop}Profiling methods try to handle a null exec, but then ignore the possibility of null later.  We just exit early on a null exec now, on the basis that we would have crashed anyway had we not.

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