]> Git Repo - J-linux.git/blob - arch/sparc/lib/usercopy.c
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / sparc / 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.027211 seconds and 4 git commands to generate.