platform_bionic/libc/malloc_debug
Christopher Ferris f499dc91e7 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
2016-02-19 18:13:29 -08:00
..
tests Export malloc_iterate and friends 2016-02-18 15:05:38 -08:00
Android.mk Fix incorrect size of array. 2016-02-19 18:13:29 -08:00
backtrace.cpp malloc_debug: reread /proc/pid/maps when entry is missing 2016-02-18 16:09:17 -08:00
backtrace.h Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
BacktraceData.cpp Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
BacktraceData.h Add better free tracking. 2016-01-29 15:19:22 -08:00
Config.cpp Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
Config.h Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
debug_disable.cpp Malloc debug rewrite. 2016-01-25 10:54:21 -08:00
debug_disable.h Malloc debug rewrite. 2016-01-25 10:54:21 -08:00
debug_log.h Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
DebugData.cpp Merge "malloc_debug: reset TrackData mutex after fork" 2016-02-17 20:38:02 +00:00
DebugData.h malloc_debug: reset TrackData mutex after fork 2016-02-12 16:41:14 -08:00
exported32.map Export malloc_backtrace 2016-02-18 16:09:16 -08:00
exported64.map Export malloc_backtrace 2016-02-18 16:09:16 -08:00
FreeTrackData.cpp Add better free tracking. 2016-01-29 15:19:22 -08:00
FreeTrackData.h Add better free tracking. 2016-01-29 15:19:22 -08:00
GuardData.cpp Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
GuardData.h Malloc debug rewrite. 2016-01-25 10:54:21 -08:00
malloc_debug.cpp Add backtrace_string and export to libmemunreachable 2016-02-18 16:09:17 -08:00
malloc_debug.h Fix the default alignment of the allocations. 2016-02-12 17:30:30 -08:00
MapData.cpp Fix incorrect size of array. 2016-02-19 18:13:29 -08:00
MapData.h malloc_debug: reread /proc/pid/maps when entry is missing 2016-02-18 16:09:17 -08:00
TrackData.cpp Export malloc_iterate and friends 2016-02-18 15:05:38 -08:00
TrackData.h Export malloc_iterate and friends 2016-02-18 15:05:38 -08:00