Bug 172193 - WorkerRunLoop::Task::performTask() needs to null check context->script() before use.
Summary: WorkerRunLoop::Task::performTask() needs to null check context->script() befo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-05-16 15:09 PDT by Mark Lam
Modified: 2017-05-16 16:07 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch. (3.32 KB, patch)
2017-05-16 15:52 PDT, Mark Lam
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2017-05-16 15:09:08 PDT
Details coming in the patch.

<rdar://problem/32225346>
Comment 1 Mark Lam 2017-05-16 15:52:31 PDT
Created attachment 310310 [details]
proposed patch.
Comment 2 Mark Lam 2017-05-16 16:07:30 PDT
Thanks for the review.  Landed in r216953: <http://trac.webkit.org/r216953>.