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

Issue 16404003: Fix new[]/delete mismatches in sandbox handle code by switching to scoped_ptr<C, base::FreeDeleter>. (Closed)

Created:
7 years, 6 months ago by Derek Bruening
Modified:
7 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix new[]/delete mismatches in sandbox handle code by switching to scoped_ptr<C, base::FreeDeleter>. BUG=246802 R=jschuh@chromium.org TEST=browser_tests under Dr. Memory Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205053

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M sandbox/win/src/handle_closer.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M sandbox/win/src/handle_table.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Derek Bruening
7 years, 6 months ago (2013-06-05 01:48:54 UTC) #1
rvargas (doing something else)
drive by https://codereview.chromium.org/16404003/diff/1/sandbox/win/src/handle_closer.cc File sandbox/win/src/handle_closer.cc (right): https://codereview.chromium.org/16404003/diff/1/sandbox/win/src/handle_closer.cc#newcode1 sandbox/win/src/handle_closer.cc:1: // Copyright (c) 2013 The Chromium Authors. ...
7 years, 6 months ago (2013-06-05 22:27:36 UTC) #2
Derek Bruening
https://codereview.chromium.org/16404003/diff/1/sandbox/win/src/handle_closer.cc File sandbox/win/src/handle_closer.cc (right): https://codereview.chromium.org/16404003/diff/1/sandbox/win/src/handle_closer.cc#newcode1 sandbox/win/src/handle_closer.cc:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 6 months ago (2013-06-06 04:33:25 UTC) #3
jschuh
https://codereview.chromium.org/16404003/diff/1/sandbox/win/src/handle_closer.cc File sandbox/win/src/handle_closer.cc (right): https://codereview.chromium.org/16404003/diff/1/sandbox/win/src/handle_closer.cc#newcode188 sandbox/win/src/handle_closer.cc:188: CHECK(name.get()); On 2013/06/06 04:33:25, Derek Bruening wrote: > On ...
7 years, 6 months ago (2013-06-06 13:21:20 UTC) #4
Derek Bruening
On 2013/06/06 13:21:20, Justin Schuh wrote: > Wouldn't a DCHECK be fine then? Since for ...
7 years, 6 months ago (2013-06-06 15:02:47 UTC) #5
jschuh
lgtm
7 years, 6 months ago (2013-06-08 00:42:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bruening@chromium.org/16404003/6001
7 years, 6 months ago (2013-06-08 00:43:14 UTC) #7
commit-bot: I haz the power
7 years, 6 months ago (2013-06-08 06:15:48 UTC) #8
Message was sent while issue was closed.
Change committed as 205053

Powered by Google App Engine
This is Rietveld 408576698