Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
a2bc2af66a5b656577fc2d71b6c277b73537777e
/
.
/
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
);