John Reck c360bef7bc Fix ATLAS_MAP_ENTRY_FIELD_COUNT
Bug: 22558805

Change a039182d6157bc0487df4ad8e373685c9dd7d662 reduced
the size of an entry from 4 fields to 3, but failed to
update the constant that determined the size of the java long[].

Because the long[] is blindly passed down through to native, this
will result in reading past the end of the array as the size
is no longer a multiple of the number of fields being read so
the loop will not terminate until 1 iteration past the end.

Change-Id: I2f8e26cec9a60b3a74739a3763203296be5f1fd6
2015-07-22 20:58:09 +00:00
2015-07-21 10:46:54 -07:00
2015-06-10 13:10:36 -07:00
2015-06-08 17:40:00 -07:00
2015-07-22 14:41:02 -04:00
2015-07-22 20:58:09 +00:00
2015-07-20 23:52:20 +00:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%