commit | 31aa7aa6c88ca932a61968025c2dab354d8c14d1 | [log] [tgz] |
---|---|---|
author | xshu <[email protected]> | Fri Sep 29 14:05:32 2017 -0700 |
committer | xshu <[email protected]> | Thu Oct 05 10:44:26 2017 -0700 |
tree | 483a68a55a4847e96c50aa5054f8e68bdf8cdeea | |
parent | 6e5a94db8d7dc577a135cc81d80e0bdf39d42780 [diff] |
Fix memory corruption by changing refs to Objects The memory corruption is caused by temporary Objects which where binding to references getting destroyed before they were expected to. This caused the references to point to corrupted memory. This fix make the temporary Objects be assigned to Objects instead. Bug: 66968282 Test: run ./system/connectivity/wifilogd/runtests.sh Change-Id: If7a14326a663df554a5de9a812422e21b888edf6