OSDN Git Service

Fix a bug in vector reverse iteration.
authorYao Chen <yaochen@google.com>
Tue, 13 Feb 2018 17:37:27 +0000 (09:37 -0800)
committerYao Chen <yaochen@google.com>
Tue, 13 Feb 2018 18:18:53 +0000 (10:18 -0800)
commitdb43afcec22c11ce661decdd2b3500f2dfe2034a
tree3ea9da8556b5a3c997ade26731a984f4b23d442e
parentfc7423bcba0678cc4a09ce19ec42830126107770
Fix a bug in vector reverse iteration.

Bug: 73264895

Test: statsd_test and locally built statsd with
     LOCAL_CLANG:=true
     LOCAL_SANITIZE:=address

Change-Id: Ifb8e04c5b4908446f553169846a3226db6e02f54
cmds/statsd/src/logd/LogEvent.cpp