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

Commit 993fb38b authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] amd64 rt_sigframe user annotation



->pretcode in struct rt_sigframe is a userland pointer (and already
treated as such by code using that field). 

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0f73832f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ sys_sigaltstack(const stack_t __user *uss, stack_t __user *uoss,

struct rt_sigframe
{
	char *pretcode;
	char __user *pretcode;
	struct ucontext uc;
	struct siginfo info;
};