Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mpe
/
linux-next
/
5a76fa71bc32728ecbd5bbb4c7627104ea5fd448
/
.
/
lib
/
usercopy.c
blob: 4f5b1ddbcd2566b8c0e654c4c776a7b3843c3713 [
file
]
#include
<linux/export.h>
#include
<linux/bug.h>
#include
<linux/uaccess.h>
void
copy_from_user_overflow
(
void
)
{
WARN
(
1
,
"Buffer overflow detected!\n"
);
}
EXPORT_SYMBOL
(
copy_from_user_overflow
);