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

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

Merge "FROMLIST: binder: fix memory corruption in binder_transaction binder"

parents de090af8 284f963a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3250,6 +3250,7 @@ static void binder_transaction(struct binder_proc *proc,
err_dead_proc_or_thread:
err_dead_proc_or_thread:
	return_error = BR_DEAD_REPLY;
	return_error = BR_DEAD_REPLY;
	return_error_line = __LINE__;
	return_error_line = __LINE__;
	binder_dequeue_work(proc, tcomplete);
err_translate_failed:
err_translate_failed:
err_bad_object_type:
err_bad_object_type:
err_bad_offset:
err_bad_offset: