Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix
[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.033014 seconds and 5 git commands to generate.