commit | fb2c445277e7b0b4ffe10de8114bad4eccaca948 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@android.com> | Mon Nov 13 10:06:08 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 28 16:54:45 2017 +0100 |
tree | 2e47a7a38cacb813e62cd88049435131da0d8cfc | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 [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). Signed-off-by: Martijn Coenen <maco@android.com> Cc: stable <stable@vger.kernel.org> # 4.14 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>