OSDN Git Service

Make indexOfCommon clamp start to count when start > count.
authorjeffhao <jeffhao@google.com>
Fri, 6 Apr 2012 17:53:11 +0000 (10:53 -0700)
committerjeffhao <jeffhao@google.com>
Fri, 6 Apr 2012 18:04:58 +0000 (11:04 -0700)
commitdeb0790505e6b1d4dccd90fce48585d411f0f006
tree26fb0b87d93b325b6f3dd8a8e17bfc586b2586bf
parent66a6e44bafabc957eb4eaaddbbb21e5f130c8aad
Make indexOfCommon clamp start to count when start > count.

This fixes bug http://b/6299423

Change-Id: Ib41166d021eac9cc47830ecce30fe9c58f2cec39
vm/InlineNative.cpp