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

Commit b7f76ea2 authored by Jann Horn's avatar Jann Horn Committed by Linus Torvalds
Browse files

security: fix typo in security_task_prctl

parent 1f93e4a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -946,7 +946,7 @@ static inline int security_task_prctl(int option, unsigned long arg2,
				      unsigned long arg4,
				      unsigned long arg5)
{
	return cap_task_prctl(option, arg2, arg3, arg3, arg5);
	return cap_task_prctl(option, arg2, arg3, arg4, arg5);
}

static inline void security_task_to_inode(struct task_struct *p, struct inode *inode)