mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] __user annotations for pointers in i386 sigframe
@ 2005-09-09 16:18 viro
  0 siblings, 0 replies; only message in thread
From: viro @ 2005-09-09 16:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC13-git8-base/arch/i386/kernel/sigframe.h current/arch/i386/kernel/sigframe.h
--- RC13-git8-base/arch/i386/kernel/sigframe.h	2005-06-17 15:48:29.000000000 -0400
+++ current/arch/i386/kernel/sigframe.h	2005-09-08 23:53:33.000000000 -0400
@@ -1,6 +1,6 @@
 struct sigframe
 {
-	char *pretcode;
+	char __user *pretcode;
 	int sig;
 	struct sigcontext sc;
 	struct _fpstate fpstate;
@@ -10,10 +10,10 @@
 
 struct rt_sigframe
 {
-	char *pretcode;
+	char __user *pretcode;
 	int sig;
-	struct siginfo *pinfo;
-	void *puc;
+	struct siginfo __user *pinfo;
+	void __user *puc;
 	struct siginfo info;
 	struct ucontext uc;
 	struct _fpstate fpstate;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-09 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-09 16:18 [PATCH] __user annotations for pointers in i386 sigframe viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®