commit | cb5529efd80bc9ae78a8ea5f16f062adda4ec368 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Wed Jul 06 12:59:46 2011 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Wed Jul 06 12:59:55 2011 -0700 |
tree | bd8406edf2d073901b7b44123ea49bdd93a99056 | |
parent | c99376836021e6623516cf38d42259d38e1a480f [diff] | |
parent | 784515ad93c63ce9b7add4830946f30a2792b97d [diff] |
Merge 784515ad Change-Id: I3e5b691d008e9548f43339635bafdd95bc2f56fe
diff --git a/libc/bionic/dlmalloc.c b/libc/bionic/dlmalloc.c index 035dbac..9aab1b7 100644 --- a/libc/bionic/dlmalloc.c +++ b/libc/bionic/dlmalloc.c
@@ -2287,7 +2287,7 @@ strlcat(buffer, " IN ", sizeof(buffer)); strlcat(buffer, function, sizeof(buffer)); } - __libc_android_log_write(ANDROID_LOG_FATAL,"libc","%s", buffer); + __libc_android_log_write(ANDROID_LOG_FATAL,"libc",buffer); abort(); }