DescriptionAvoid a potential null dereference wrt the CPU profiler.
GetActiveProfilerModules()/PauseProfiler()/ResumeProfiler() can be reached
from the API when the --prof runtime flag is not set, leading to null
dereferences. Verify that Logger::profiler_ is non-NULL before using it.
Committed: http://code.google.com/p/v8/source/detail?r=4953
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|