repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Strict user copy checks are only really supported on x86_32 even though
[linux-2.6/next.git]
/
arch
/
sparc
/
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
);