Bug 110802 - Kill another analyzer warning in javascriptcore
Summary: Kill another analyzer warning in javascriptcore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 14:26 PST by Oliver Hunt
Modified: 2013-02-26 01:49 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.24 KB, patch)
2013-02-25 14:27 PST, Oliver Hunt
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2013-02-25 14:26:59 PST
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.
Comment 1 Oliver Hunt 2013-02-25 14:27:42 PST
Created attachment 190127 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-26 01:49:48 PST
Comment on attachment 190127 [details]
Patch

Clearing flags on attachment: 190127

Committed r144026: <http://trac.webkit.org/changeset/144026>
Comment 3 WebKit Review Bot 2013-02-26 01:49:51 PST
All reviewed patches have been landed.  Closing bug.