dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/s390/lib
Martin Schwidefsky 52149ba6b0 [S390] user readable uninitialised kernel memory.
A user space program can read uninitialised kernel memory
by appending to a file from a bad address and then reading
the result back. The cause is the copy_from_user function
that does not clear the remaining bytes of the kernel
buffer after it got a fault on the user space address.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2006-09-28 16:56:03 +02:00
..
Makefile [S390] __div64_32 for 31 bit. 2006-09-28 16:55:39 +02:00
delay.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
div64.c [S390] __div64_32 for 31 bit. 2006-09-28 16:55:39 +02:00
spinlock.c [PATCH] s390: Increase spinlock retry code performance 2006-03-09 19:47:38 -08:00
string.c [S390] Fix sparse warnings. 2006-07-12 16:41:55 +02:00
uaccess_mvcos.c [S390] user readable uninitialised kernel memory. 2006-09-28 16:56:03 +02:00
uaccess_std.c [S390] user readable uninitialised kernel memory. 2006-09-28 16:56:03 +02:00