Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1eb70fc2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Staging: android: add __user annotation in binder.c"

parents 05646af5 dc251b49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1801,7 +1801,7 @@ int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread,
		case BC_INCREFS_DONE:
		case BC_ACQUIRE_DONE: {
			void __user *node_ptr;
			void *cookie;
			void __user *cookie;
			struct binder_node *node;

			if (get_user(node_ptr, (void * __user *)ptr))