commit | 71700dc8ac69b5b3569279a55d96377b3ce6b8f6 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon Mar 21 10:36:54 2016 -0700 |
committer | Suprabh Shukla <suprabh@google.com> | Wed Mar 23 01:22:23 2016 +0000 |
tree | 955b7dbdab7a3b398b7f7825ca917b36815958ea | |
parent | a4ae4244e712284d3663a9bb760c5870f3ef5b7d [diff] |
Fix issue #27252896: Security Vulnerability -- weak binder Sending transaction to freed BBinder through weak handle can cause use of a (mostly) freed object. We need to try to safely promote to a strong reference first. Change-Id: Ic9c6940fa824980472e94ed2dfeca52a6b0fd342 (cherry picked from commit c11146106f94e07016e8e26e4f8628f9a0c73199)