blob: 4f5b1ddbcd2566b8c0e654c4c776a7b3843c3713 [file] [log] [blame]
Stephen Boyd446f24d2013-04-30 15:28:42 -07001#include <linux/export.h>
David S. Millerfb340352009-12-10 23:05:23 -08002#include <linux/bug.h>
Stephen Boyd446f24d2013-04-30 15:28:42 -07003#include <linux/uaccess.h>
David S. Millerfb340352009-12-10 23:05:23 -08004
5void copy_from_user_overflow(void)
6{
7 WARN(1, "Buffer overflow detected!\n");
8}
9EXPORT_SYMBOL(copy_from_user_overflow);