Bug 1240717 - initialize stackAddress_ with nullptr in order to prevent garbage value. r=jorendorff

--HG--
extra : transplant_source : R%CF1%F45r%14%A9%17%1E%DB%98o%D9%5B%1A_%C3%DF%CE
This commit is contained in:
Bogdan Postelnicu 2016-01-19 15:03:35 +02:00
parent cc15f7a738
commit e98ff21162

View File

@ -515,6 +515,7 @@ ProfilingFrameIterator::ProfilingFrameIterator(const WasmActivation& activation,
codeRange_(nullptr),
callerFP_(nullptr),
callerPC_(nullptr),
stackAddress_(nullptr),
exitReason_(ExitReason::None)
{
// If profiling hasn't been enabled for this module, then CallerFPFromFP