Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
45bcf018d1a4779d592764ef57517c92589d55d7
/
.
/
arch
/
s390
/
lib
/
usercopy.c
blob: 14b363fec8a2a108636411db2acb49f5e5b03946 [
file
] [
log
] [
blame
]
#include
<linux/module.h>
#include
<linux/bug.h>
void
copy_from_user_overflow
(
void
)
{
WARN
(
1
,
"Buffer overflow detected!\n"
);
}
EXPORT_SYMBOL
(
copy_from_user_overflow
);