Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
98c350cda2c14a343d34ea01a3d9c24fea5ec66d
/
.
/
arch
/
sparc
/
lib
/
usercopy.c
blob: 5c4284ce1c0307bd519fa5627fe6c87025aeb8f9 [
file
] [
log
] [
blame
]
#include
<linux/module.h>
#include
<linux/kernel.h>
#include
<linux/bug.h>
void
copy_from_user_overflow
(
void
)
{
WARN
(
1
,
"Buffer overflow detected!\n"
);
}
EXPORT_SYMBOL
(
copy_from_user_overflow
);