futex: Sanitize futex ops argument types
[deliverable/linux.git] / arch / s390 / lib / usercopy.c
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);
This page took 0.030051 seconds and 5 git commands to generate.