Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
32672c55951b2633bb93ec6f12734cf17e9d3a14
/
.
/
lib
/
usercopy.c
blob: 4f5b1ddbcd2566b8c0e654c4c776a7b3843c3713 [
file
] [
log
] [
blame
]
#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
);