repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6.git]
/
lib
/
usercopy.c
blob
4f5b1ddbcd2566b8c0e654c4c776a7b3843c3713
1
#include <linux/export.h>
2
#include <linux/bug.h>
3
#include <linux/uaccess.h>
4
5
void
copy_from_user_overflow
(
void
)
6
{
7
WARN
(
1
,
"Buffer overflow detected!
\n
"
);
8
}
9
EXPORT_SYMBOL
(
copy_from_user_overflow
);