Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
s390
lib
usercopy.c
Go to the documentation of this file.
1
#include <linux/module.h>
2
#include <
linux/bug.h
>
3
4
void
copy_from_user_overflow
(
void
)
5
{
6
WARN
(1,
"Buffer overflow detected!\n"
);
7
}
8
EXPORT_SYMBOL
(
copy_from_user_overflow
);
Generated on Thu Jan 10 2013 13:05:12 for Linux Kernel by
1.8.2