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

Issue 686193004: Changed free(buffer) to delete [] buffer (Closed)

Created:
6 years, 1 month ago by brucedawson
Modified:
6 years, 1 month ago
Reviewers:
Yang
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Changed free(buffer) to delete [] buffer. This bug (mismatch between new[] and free) was found by running VC++'s /analyze on all of Chrome. BUG=chromium:427616 LOG=N R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=25003

Patch Set 1 #

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

Messages

Total messages: 4 (1 generated)
brucedawson
6 years, 1 month ago (2014-10-30 00:15:35 UTC) #2
Yang
On 2014/10/30 00:15:35, brucedawson wrote: LGTM. Thanks for finding this! I'll land this patch.
6 years, 1 month ago (2014-10-30 07:36:17 UTC) #3
Yang
6 years, 1 month ago (2014-10-30 07:41:17 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 25003 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698