repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git]
/
arch
/
s390
/
lib
/
usercopy.c
blob
14b363fec8a2a108636411db2acb49f5e5b03946
1
#include <linux/module.h>
2
#include <linux/bug.h>
3
4
void
copy_from_user_overflow
(
void
)
5
{
6
WARN
(
1
,
"Buffer overflow detected!
\n
"
);
7
}
8
EXPORT_SYMBOL
(
copy_from_user_overflow
);