Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
90a5dbef1a66e9f55b76ccb83c0ef27c0bd87c27
/
.
/
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
);