Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / lib / usercopy.c
blob4f5b1ddbcd2566b8c0e654c4c776a7b3843c3713
1 #include <linux/export.h>
2 #include <linux/bug.h>
3 #include <linux/uaccess.h>
5 void copy_from_user_overflow(void)
7 WARN(1, "Buffer overflow detected!\n");
9 EXPORT_SYMBOL(copy_from_user_overflow);