Files
twx-linux/fs/proc
Linus Torvalds eb558037b4 [PATCH] Insanity avoidance in /proc (CVE-2005-4605)
Insanity avoidance in /proc

The old /proc interfaces were never updated to use loff_t, and are just
generally broken.  Now, we should be using the seq_file interface for
all of the proc files, but converting the legacy functions is more work
than most people care for and has little upside..

But at least we can make the non-LFS rules explicit, rather than just
insanely wrapping the offset or something.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-01-07 18:15:08 -08:00
..
2005-09-17 11:50:02 -07:00
2005-10-14 17:10:13 -07:00
2005-09-05 00:05:49 -07:00