OSDN Git Service

Fix incorrect size of array.
authorChristopher Ferris <cferris@google.com>
Sat, 20 Feb 2016 02:13:29 +0000 (18:13 -0800)
committerChristopher Ferris <cferris@google.com>
Sat, 20 Feb 2016 02:13:29 +0000 (18:13 -0800)
commitf499dc91e774db4cb9d21f9a7c34704fa9b7ed39
treeed129781e91ae6015f625930c4c5fdec19265356
parentb539baab398ce20f9add5d6dfbadfdc7abdeb970
Fix incorrect size of array.

When using sscanf and "%4s", the array passed in must include space for
a nul terminator.

Bug: 26739265
Change-Id: I0140a6100ca370666ae61689087ba41b4914789d
libc/malloc_debug/Android.mk
libc/malloc_debug/MapData.cpp