Commit c3c4d74c authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix buffer overrun in aha1542

parent fa9139de
......@@ -1020,7 +1020,7 @@ void __init aha1542_setup(char *str, int *ints)
static int __init do_setup(char *str)
{
int ints[4];
int ints[5];
int count=setup_idx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment