summaryrefslogtreecommitdiff
path: root/base/errors_unix.cpp
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-08-28 06:40:23 -0700
committerNick Kralevich <nnk@google.com>2015-08-28 06:40:23 -0700
commitc76698f24e785a8984fa9d9d0bf8f81aa28746cc (patch)
treeeab0b7bfc934e0fa93028a65a353cafa0834123c /base/errors_unix.cpp
parentf4355868cbce0713331bbb04b063515d6de4c795 (diff)
VectorImpl.cpp: fix benign multiplication overflow
j is a ssize_t, which can go negative. If it goes negative, the resulting multiplication of mItemSize*j doesn't make any sense. Since the value is never used, just don't perform the calculation if j < 0. Bug: 23607865 Change-Id: I14f6f6506645d582f7d67a2e2d60ead3cb18b957
Diffstat (limited to 'base/errors_unix.cpp')
0 files changed, 0 insertions, 0 deletions