0
Files
src/sandbox
timurrrr@chromium.org 0a64d48cec Avoid an extra if() which is not required and is wrong
Info:
a) args[i] is uninitialized for (i >= ipc_params->GetParamsCount())
  and sometimes for smaller (i) as well (see GetArgs()).
  Hence, if() is wrong.
b) However, when args[i] is uninitialized the ipc_params->args[i] holds INVALID_TYPE.
  Hence, the if() is redundant.

BUG=87078
TEST=no more uninit reports under Dr. Memory

Review URL: http://codereview.chromium.org/7234009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90742 0039d316-1c4b-4281-b951-d872f2087c98
2011-06-28 09:58:21 +00:00
..
2011-05-02 17:54:14 +00:00