Bug 115461

Summary: JSC crashes when JSContextGroupSetExecutionTimeLimit() specified a null callback
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. none

Mark Lam
Reported 2013-04-30 19:22:07 PDT
JSContextGroupSetExecutionTimeLimit() should not pass a callback to the VM watchdog if its client did not pass one in i.e. when callback is null.
Attachments
the patch. (5.45 KB, patch)
2013-04-30 19:33 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2013-04-30 19:33:00 PDT
Created attachment 200199 [details] the patch.
Mark Lam
Comment 2 2013-04-30 19:39:49 PDT
Reviewed offline by Geoffrey Garen. Landed in r149420: <http://trac.webkit.org/changeset/149420>.
Note You need to log in before you can comment on or make changes to this bug.