Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfio
[deliverable/linux.git] / lib / usercopy.c
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);
This page took 0.038498 seconds and 5 git commands to generate.