Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 152883004: Fix potential crash in WebEmbeddedWorkerImpl (Closed)

Created:
6 years, 10 months ago by kinuko
Modified:
6 years, 10 months ago
Reviewers:
adamk
CC:
blink-reviews, alecflett
Visibility:
Public.

Description

Fix potential crash in WebEmbeddedWorkerImpl Calling Client::workerContextFailedToStart() could immediately delte WebEmbeddedWorkerImpl, so it shouldn't touch its member variable after that. (Without this fix the SW layout test could crash after browser-side patch lands in chromium) BUG=285976 TEST=virtual/serviceworker/http/tests/serviceworker/registration.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166731

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M Source/web/WebEmbeddedWorkerImpl.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
kinuko
One more tiny fix for potential crash case-- Adam, can you review this? Thanks
6 years, 10 months ago (2014-02-07 13:58:47 UTC) #1
adamk
lgtm
6 years, 10 months ago (2014-02-07 16:27:46 UTC) #2
kinuko
The CQ bit was checked by kinuko@chromium.org
6 years, 10 months ago (2014-02-07 17:16:08 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/152883004/1
6 years, 10 months ago (2014-02-07 17:16:13 UTC) #4
commit-bot: I haz the power
6 years, 10 months ago (2014-02-07 19:07:41 UTC) #5
Message was sent while issue was closed.
Change committed as 166731

Powered by Google App Engine
This is Rietveld 408576698