commit | 076072a197e07b9044c1858329061156ffb18a9c | [log] [tgz] |
---|---|---|
author | Todd Kjos <tkjos@google.com> | Fri Apr 21 14:32:11 2017 -0700 |
committer | Todd Kjos <tkjos@google.com> | Thu Jul 13 08:34:20 2017 -0700 |
tree | e773f5d91960ab9ab85dba362b9baffd6ee8a13c | |
parent | 4cbe57579bc32695afe9735e226587757df8119f [diff] |
FROMLIST: binder: protect against two threads freeing buffer (from https://patchwork.kernel.org/patch/9817815/) Adds protection against malicious user code freeing the same buffer at the same time which could cause a crash. Cannot happen under normal use. Change-Id: I9461229401aaa7f3b5b2477960f79d4d1bd17fee Signed-off-by: Todd Kjos <tkjos@google.com>