DescriptionFix out of bounds array access in memory_details_android.cc.
AddNonChildChromeProcesses() appeared to be crashing sometimes on Android.
|cmd_line_args_| can be empty in some rare circumstances. One of them is when
GetProcCmdline() is called with a PID which no longer exists. This is possible
in case a render process was killed right after the list of processes was read.
TEST=Go to chrome://memory
BUG=170024
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177167
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|