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

Issue 2723123002: Change a C++ type to avoid triggering an ASSERT. (Closed)

Created:
3 years, 9 months ago by Kevin Millikin (Google)
Modified:
3 years, 9 months ago
Reviewers:
asgerf
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Change a C++ type to avoid triggering an ASSERT. Malloc'd memory is uninitialized so C++ constructors are not run. For class Ref, operator= asserts (basically) that the constructor has been run. BUG= R=asgerf@google.com Committed: https://github.com/dart-lang/sdk/commit/d921f94367a47ef51cbcbeb31e18bfef91bc2b2d

Patch Set 1 #

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

Messages

Total messages: 5 (2 generated)
Kevin Millikin (Google)
3 years, 9 months ago (2017-03-01 15:47:57 UTC) #2
asgerf
lgtm
3 years, 9 months ago (2017-03-01 15:49:16 UTC) #3
Kevin Millikin (Google)
3 years, 9 months ago (2017-03-01 15:50:32 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d921f94367a47ef51cbcbeb31e18bfef91bc2b2d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698