public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] epoll: don't printk pointer value
@ 2002-12-11  6:27 Robert Love
  2002-12-11  6:30 ` William Lee Irwin III
  2002-12-11 17:16 ` Davide Libenzi
  0 siblings, 2 replies; 7+ messages in thread
From: Robert Love @ 2002-12-11  6:27 UTC (permalink / raw)
  To: davidel; +Cc: linux-kernel

Davide,

I really cannot think of a good reason why eventpoll_init() should print
a pointer value to user-space - especially the value of current?

I do not think this is good practice and someone might even consider it
a security hole.  Personally, I would prefer to remove the "successfully
initialized" message altogether, but at the very least can we not print
current's address?

	Robert Love


 fs/eventpoll.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -urN linux-2.5.51/fs/eventpoll.c linux/fs/eventpoll.c
--- linux-2.5.51/fs/eventpoll.c	2002-12-09 21:45:54.000000000 -0500
+++ linux/fs/eventpoll.c	2002-12-11 01:23:07.000000000 -0500
@@ -1573,7 +1573,7 @@
 	if (IS_ERR(eventpoll_mnt))
 		goto eexit_4;
 
-	printk(KERN_INFO "[%p] eventpoll: successfully initialized.\n", current);
+	printk(KERN_INFO "eventpoll: successfully initialized.\n", current);
 
 	return 0;
 




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-12-11 17:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-11  6:27 [PATCH] epoll: don't printk pointer value Robert Love
2002-12-11  6:30 ` William Lee Irwin III
2002-12-11  6:33   ` Robert Love
2002-12-11  6:41     ` Andrew Morton
2002-12-11  6:45       ` Robert Love
2002-12-11  7:53       ` William Lee Irwin III
2002-12-11 17:16 ` Davide Libenzi

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