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

Issue 2100010: Fix buffer overflow in liveedit.... (Closed)

Created:
10 years, 7 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix buffer overflow in liveedit. Make sure that there is always room for RelocInfoWriter::kMaxSize bytes in the buffer before writing to it. We only ensured space for 8 bytes, but relocation information can be up to 16 bytes in x64. Committed: http://code.google.com/p/v8/source/detail?r=4683

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 7 months ago (2010-05-20 08:54:51 UTC) #1
Søren Thygesen Gjesse
10 years, 7 months ago (2010-05-20 08:56:25 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698