Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7762741e3af69720186802e945229b6a5afd5c49
/
.
/
arch
/
sparc
/
lib
/
usercopy.c
blob: 14b363fec8a2a108636411db2acb49f5e5b03946 [
file
] [
log
] [
blame
]
David S. Miller
fb34035
2009-12-10 23:05:23 -0800
[
diff
] [
blame
]
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
);