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

Issue 10407090: Ensure integrity of ASCII strings. (Closed)

Created:
8 years, 7 months ago by Yang
Modified:
8 years, 7 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Ensure integrity of ASCII strings. BUG=v8:2128 TEST= Committed: https://code.google.com/p/v8/source/detail?r=11622

Patch Set 1 #

Total comments: 5

Patch Set 2 : addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -24 lines) Patch
M src/d8.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/d8.cc View 2 chunks +0 lines, -19 lines 0 comments Download
M src/heap.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M src/heap-inl.h View 1 chunk +16 lines, -4 lines 0 comments Download
M src/objects.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
PTAL. This makes sure that ASCII strings only have characters in the range 0-127.
8 years, 7 months ago (2012-05-22 10:25:19 UTC) #1
Michael Starzinger
https://chromiumcodereview.appspot.com/10407090/diff/1/src/heap-inl.h File src/heap-inl.h (right): https://chromiumcodereview.appspot.com/10407090/diff/1/src/heap-inl.h#newcode599 src/heap-inl.h:599: // TODO(yangguo): check that the object is indeed an ...
8 years, 7 months ago (2012-05-22 12:13:05 UTC) #2
Yang
please take another look. http://codereview.chromium.org/10407090/diff/1/src/heap-inl.h File src/heap-inl.h (right): http://codereview.chromium.org/10407090/diff/1/src/heap-inl.h#newcode599 src/heap-inl.h:599: // TODO(yangguo): check that the ...
8 years, 7 months ago (2012-05-22 12:23:10 UTC) #3
Michael Starzinger
8 years, 7 months ago (2012-05-22 12:23:41 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698