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

Issue 2743363004: Temporarily CHECK use after free in Value (Closed)

Created:
3 years, 9 months ago by vabr (Chromium)
Modified:
3 years, 9 months ago
Reviewers:
jdoerrie, brettw
CC:
chromium-reviews, vmpstr+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Temporarily CHECK use after free in Value One of the hypotheses for https://crbug.com/697817 is that a Value is used after free (see #5 there). To verify/refute that hypothesis, this CL temporarily introduces and CHECKS an |alive_| flag. This change will be reverted after a couple of days in Canary, and only serves investigation purposes. BUG=697817 Review-Url: https://codereview.chromium.org/2743363004 Cr-Commit-Position: refs/heads/master@{#456801} Committed: https://chromium.googlesource.com/chromium/src/+/e2477101857d4c38dd2eb7fb67312b7fd0022f5e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M base/values.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/values.cc View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
vabr (Chromium)
Hi Brett and Jan. What do you think about these temporary checks to investigate the ...
3 years, 9 months ago (2017-03-14 14:45:46 UTC) #6
jdoerrie
On 2017/03/14 14:45:46, vabr (Chromium) wrote: > Hi Brett and Jan. > > What do ...
3 years, 9 months ago (2017-03-14 15:31:56 UTC) #7
brettw
lgtm
3 years, 9 months ago (2017-03-14 18:09:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2743363004/1
3 years, 9 months ago (2017-03-14 19:57:11 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/e2477101857d4c38dd2eb7fb67312b7fd0022f5e
3 years, 9 months ago (2017-03-14 20:06:57 UTC) #13
vabr (Chromium)
3 years, 9 months ago (2017-03-20 20:12:06 UTC) #14
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2761773005/ by vabr@chromium.org.

The reason for reverting is: Removing the temporary CHECK. As explained in
https://crbug.com/697817#c13, it ended up inconclusive, and it also does not
protect completely against the use of corrupted memory..

Powered by Google App Engine
This is Rietveld 408576698