Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
usercopy.c
Go to the documentation of this file.
1 #include <linux/module.h>
2 #include <linux/kernel.h>
3 #include <linux/bug.h>
4 
6 {
7  WARN(1, "Buffer overflow detected!\n");
8 }