Searched hist:"53 d311cfa19ad35beba74d706effee02c86d198f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/android/ |
H A D | binder_alloc.h | diff 53d311cfa19ad35beba74d706effee02c86d198f Thu Jun 29 14:01:51 CDT 2017 Todd Kjos <tkjos@android.com> binder: protect against two threads freeing buffer
Adds protection against malicious user code freeing the same buffer at the same time which could cause a crash. Cannot happen under normal use.
Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | binder_alloc.c | diff 53d311cfa19ad35beba74d706effee02c86d198f Thu Jun 29 14:01:51 CDT 2017 Todd Kjos <tkjos@android.com> binder: protect against two threads freeing buffer
Adds protection against malicious user code freeing the same buffer at the same time which could cause a crash. Cannot happen under normal use.
Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | binder.c | diff 53d311cfa19ad35beba74d706effee02c86d198f Thu Jun 29 14:01:51 CDT 2017 Todd Kjos <tkjos@android.com> binder: protect against two threads freeing buffer
Adds protection against malicious user code freeing the same buffer at the same time which could cause a crash. Cannot happen under normal use.
Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|