commit | 41e7b1780f106d2eb4304b1f9cf060ce44177cae | [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 20:30:38 2016 +0000 |
tree | 582c9f28e9282a73f4e3a4d786ef684b9a1d1dd0 | |
parent | b4eac742c9e3f0238d5d03b237b2038df885ed2c [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 (manually cherry picked and resolved conflicts from commit c11146106f94e07016e8e26e4f8628f9a0c73199)