commit | 47375467ccf98cc2826b68d7948076169e78a549 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@android.com> | Thu Aug 24 15:23:36 2017 +0200 |
committer | YudiWidiyanto <yudiwidiyanto7@gmail.com> | Wed Mar 14 17:59:14 2018 +0000 |
tree | 9cc1bfd1a7890aadeba65c4cf6ae350ec5f0c4ea | |
parent | a3f2331d9c4972d6d61d029cd641f832f37e3315 [diff] |
ANDROID: binder: fix transaction leak. If a call to put_user() fails, we failed to properly free a transaction and send a failed reply (if necessary). Bug: 63117588 Test: binderLibTest Change-Id: Ia98db8cd82ce354a4cdc8811c969988d585c7e31 Signed-off-by: Martijn Coenen <maco@android.com> Signed-off-by: Albert I <krascgq@outlook.co.id>