Reviewers: Jakob, Benedikt Meurer, loislo,
Description:
Fix use-of-uninitialized-value introduced in r24700
LOG=N
BUG=chromium:425146
Please review this at https://codereview.chromium.org/665243002/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M src/isolate.cc
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index
162b9043acbf15fe64867f67ade5110afa390d7d..51c640902e891c06ad2821c2116eda257e598567
100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -66,6 +66,7 @@ ThreadLocalTop::ThreadLocalTop() {
void ThreadLocalTop::InitializeInternal() {
c_entry_fp_ = 0;
+ c_function_ = 0;
handler_ = 0;
#ifdef USE_SIMULATOR
simulator_ = NULL;
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.