Merge "FROMLIST: binder: fix memory corruption in binder_transaction binder"
This commit is contained in:
commit
e10b471b51
1 changed files with 1 additions and 0 deletions
|
@ -3253,6 +3253,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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue