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

Issue 225983005: Make TypedArray::New fucntions crash on wrong lengths. (Closed)

Created:
6 years, 8 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 8 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Make TypedArray::New fucntions crash on wrong lengths. R=jkummerow@chromium.org BUG=359802 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=20525

Patch Set 1 #

Total comments: 4

Patch Set 2 : Patch for landing #

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

Messages

Total messages: 4 (0 generated)
Dmitry Lomov (no reviews)
PTAL
6 years, 8 months ago (2014-04-05 01:01:19 UTC) #1
Jakob Kummerow
LGTM https://codereview.chromium.org/225983005/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/225983005/diff/1/src/api.cc#newcode6078 src/api.cc:6078: CHECK(length <= static_cast<size_t>(i::Smi::kMaxValue)); With the change below we ...
6 years, 8 months ago (2014-04-06 11:41:15 UTC) #2
Dmitry Lomov (no reviews)
Comments addressed landing. https://codereview.chromium.org/225983005/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/225983005/diff/1/src/api.cc#newcode6078 src/api.cc:6078: CHECK(length <= static_cast<size_t>(i::Smi::kMaxValue)); On 2014/04/06 11:41:15, ...
6 years, 8 months ago (2014-04-07 05:54:22 UTC) #3
Dmitry Lomov (no reviews)
6 years, 8 months ago (2014-04-07 05:54:37 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r20525 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698