commit | c377d192954324d4c8f0c19aa2341b3fb59e0f6b | [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:16:32 2016 +0000 |
tree | a8c114b040757fb27cec2d8fbd3b24de65e1f9ba | |
parent | a93140d2001742e80dba945175352c99ca34039b [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)