commit | 189db07a6e512668aa77026353b4692c8985f43b | [log] [tgz] |
---|---|---|
author | Rubin Xu <rubinxu@google.com> | Thu May 05 16:46:24 2016 +0100 |
committer | Rubin Xu <rubinxu@google.com> | Mon May 09 16:53:30 2016 +0000 |
tree | 1baef7019fb0cd5931c5b5c418de80770e42cf0b | |
parent | b33214be60845c1e54b17033166fa9967070cd11 [diff] |
Return correct length from pmsgRead() Bug: 28610769 Change-Id: I38cac786ca43ef8d9530f4e2e5a0bdd4cc3bccef
diff --git a/liblog/pmsg_reader.c b/liblog/pmsg_reader.c index f5e91c8..2e4fc5d 100644 --- a/liblog/pmsg_reader.c +++ b/liblog/pmsg_reader.c
@@ -227,7 +227,7 @@ log_msg->entry_v4.uid = buf.p.uid; } - return ret; + return ret + log_msg->entry_v4.hdr_size; } }