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

Issue 846613002: Verify that Api function's instance call handler is actually a CallHandlerInfo structure. (Closed)

Created:
5 years, 11 months ago by Igor Sheludko
Modified:
5 years, 11 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Verify that Api function's instance call handler is actually a CallHandlerInfo structure. This is to ensure that chromium:443798 is caused by a random memory corruption. Committed: https://crrev.com/c95b3274e2e2d8c97ab0f8508fbc25290d7826ee Cr-Commit-Position: refs/heads/master@{#26008}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M src/builtins.cc View 1 3 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Igor Sheludko
PTAL
5 years, 11 months ago (2015-01-09 11:36:35 UTC) #2
Jakob Kummerow
LGTM with comment. https://codereview.chromium.org/846613002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/846613002/diff/1/src/builtins.cc#newcode1092 src/builtins.cc:1092: DCHECK(function->shared()->IsApiFunction()); Let's temporarily turn this (and ...
5 years, 11 months ago (2015-01-09 11:49:53 UTC) #3
Igor Sheludko
https://codereview.chromium.org/846613002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/846613002/diff/1/src/builtins.cc#newcode1092 src/builtins.cc:1092: DCHECK(function->shared()->IsApiFunction()); On 2015/01/09 11:49:53, Jakob wrote: > Let's temporarily ...
5 years, 11 months ago (2015-01-09 11:52:05 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/846613002/20001
5 years, 11 months ago (2015-01-09 11:53:01 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-09 12:17:25 UTC) #7
commit-bot: I haz the power
5 years, 11 months ago (2015-01-09 12:17:39 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c95b3274e2e2d8c97ab0f8508fbc25290d7826ee
Cr-Commit-Position: refs/heads/master@{#26008}

Powered by Google App Engine
This is Rietveld 408576698