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

Issue 23606032: Chromium 284577 needs a mitigation CL added. There is a TODO to remove (Closed)

Created:
7 years, 3 months ago by mvstanton
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Chromium 284577 needs a mitigation CL added. There is a TODO to remove the mitigation when the cause of the bug is discovered. BUG= R=hpayer@chromium.org, mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16742

Patch Set 1 #

Total comments: 4

Patch Set 2 : Additional checks #

Patch Set 3 : Additional check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -41 lines) Patch
M src/heap.cc View 3 chunks +3 lines, -12 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -15 lines 0 comments Download
M src/objects.cc View 1 2 chunks +13 lines, -9 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mvstanton
Hi Hannes, here is the code we discussed. Michael, would you take a quick look ...
7 years, 3 months ago (2013-09-16 15:31:13 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/23606032/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/23606032/diff/1/src/objects.cc#newcode9040 src/objects.cc:9040: object->GetHeap()->Contains(site_address)) { Instead of checking the whole heap, you ...
7 years, 3 months ago (2013-09-16 16:12:05 UTC) #2
Michael Starzinger
LGTM with comment. https://codereview.chromium.org/23606032/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/23606032/diff/1/src/objects.cc#newcode9037 src/objects.cc:9037: Address site_address = (reinterpret_cast<Address>(site) - nit: ...
7 years, 3 months ago (2013-09-16 16:12:56 UTC) #3
mvstanton
thx, Hannes, have another look then, --Michael https://codereview.chromium.org/23606032/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/23606032/diff/1/src/objects.cc#newcode9037 src/objects.cc:9037: Address site_address ...
7 years, 3 months ago (2013-09-16 16:38:27 UTC) #4
mvstanton
Hi Hannes, here is the code we discussed. Michael, would you take a quick look ...
7 years, 3 months ago (2013-09-16 16:40:48 UTC) #5
Hannes Payer (out of office)
LGTM
7 years, 3 months ago (2013-09-16 16:49:22 UTC) #6
mvstanton
7 years, 3 months ago (2013-09-16 16:50:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r16742 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698