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

Issue 11961041: Fix use of uninitialized memory in debug assert. (Closed)

Created:
7 years, 11 months ago by podivilov
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix use of uninitialized memory in debug assert. deopt_id() -> ASSERT(CanDeoptimize()) -> operands_class_id_ which is not initialized at this point. R=fschneider@google.com,vegorov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=17205

Patch Set 1 #

Patch Set 2 : +comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M runtime/vm/intermediate_language.h View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
podivilov
7 years, 11 months ago (2013-01-17 11:24:00 UTC) #1
Vyacheslav Egorov (Google)
You might want to add a comment about why this was moved this way.
7 years, 11 months ago (2013-01-17 11:25:50 UTC) #2
Vyacheslav Egorov (Google)
7 years, 11 months ago (2013-01-17 11:25:55 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698