commit | 3850616551e6fb0a7ab0546ef68e0f74fa3536be | [log] [tgz] |
---|---|---|
author | koh.changseok <koh.changseok@lge.com> | Fri Jul 28 20:19:21 2017 +0900 |
committer | Ajay Panicker <apanicke@google.com> | Mon Aug 07 17:59:23 2017 +0000 |
tree | e7d61f59028a3f67a0046d5e4bd0749ea4223db4 | |
parent | 7a5eadc001e78fea8c862716b638246bd0036b5e [diff] |
AVRCP: Fix unexpected index out of bounds exception On function checkIndexOutofBounds(), if endItem value equals to the MediaItem list, then there will be 'IndexOutOfBoundsException'. As sub list end value is endItem + 1, endItem shall be smaller value than list size. Bug: 64137660 Test: Code compiles Change-Id: I6d2dc705451cf1f515c8fbfd4ba24ac49dc4271d