blob: 5c4284ce1c0307bd519fa5627fe6c87025aeb8f9 [file] [log] [blame]
David S. Millerfb340352009-12-10 23:05:23 -08001#include <linux/module.h>
David S. Miller44696902012-05-23 20:12:50 -07002#include <linux/kernel.h>
David S. Millerfb340352009-12-10 23:05:23 -08003#include <linux/bug.h>
4
5void copy_from_user_overflow(void)
6{
7 WARN(1, "Buffer overflow detected!\n");
8}
9EXPORT_SYMBOL(copy_from_user_overflow);