linux/drivers/android
Todd Kjos 80579b86b8 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.

Bug: 36650912
Change-Id: I43e078cbf31c0789aaff5ceaf8f1a94c75f79d45
Test: tested manually
Signed-off-by: Todd Kjos <tkjos@google.com>
2017-08-11 19:31:04 +05:30
..
binder_alloc.c FROMLIST: binder: protect against two threads freeing buffer 2017-08-11 19:31:04 +05:30
binder_alloc.h FROMLIST: binder: protect against two threads freeing buffer 2017-08-11 19:31:04 +05:30
binder_trace.h FROMLIST: binder: separate out binder_alloc functions 2017-08-11 19:31:04 +05:30
binder.c FROMLIST: binder: protect against two threads freeing buffer 2017-08-11 19:31:04 +05:30
Kconfig ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. 2017-04-10 13:28:07 +05:30
Makefile FROMLIST: binder: move binder_alloc to separate file 2017-08-11 19:31:04 +05:30