summaryrefslogtreecommitdiffstats
path: root/debuggerd
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-10-09 18:31:40 -0700
committerChristopher Ferris <cferris@google.com>2013-10-09 18:31:40 -0700
commitdbd2ab4dca9f96cb7214c6a9b30f73959ace3bba (patch)
tree3cc42f82df07df9c82c9199bb82bc3d1dfcd68be /debuggerd
parent7dbe96602cde4822d22f17b85e33027563e8c521 (diff)
downloadcore-dbd2ab4dca9f96cb7214c6a9b30f73959ace3bba.tar.gz
core-dbd2ab4dca9f96cb7214c6a9b30f73959ace3bba.tar.bz2
core-dbd2ab4dca9f96cb7214c6a9b30f73959ace3bba.zip
Fix bug in abort message processing.
Bug: 11156592 Change-Id: I4b82e7be5d7fccd167f6c52f78a5af3d3a553779
Diffstat (limited to 'debuggerd')
-rw-r--r--debuggerd/tombstone.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/debuggerd/tombstone.c b/debuggerd/tombstone.c
index 1a6066e65..24debf473 100644
--- a/debuggerd/tombstone.c
+++ b/debuggerd/tombstone.c
@@ -621,7 +621,6 @@ static void dump_abort_message(const backtrace_t* backtrace, log_t* log, uintptr
if (!backtrace_read_word(backtrace, address, &data)) {
break;
}
- data = 0;
address += sizeof(uint32_t);
if ((*p++ = (data >> 0) & 0xff) == 0) {