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 264383006: Guard against stack overflow in Runtime::StringReplaceOneCharWithString. (Closed)

Created:
6 years, 7 months ago by Jarin
Modified:
6 years, 7 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Visibility:
Public.

Description

Guard against stack overflow in Runtime::StringReplaceOneCharWithString. Unfortunately, this only triggers with "ulimit -s 1024" (or less), so we cannot have an mjsunit test. The test that fails is test/mjsunit/string-replace-one-char.js on x64.debug. R=ishell@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=21262

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M src/runtime.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Jarin
6 years, 7 months ago (2014-05-07 13:50:41 UTC) #1
Igor Sheludko
lgtm
6 years, 7 months ago (2014-05-07 16:14:32 UTC) #2
Jarin
6 years, 7 months ago (2014-05-12 11:36:59 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r21262 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698