From: Luc Van Oostenryck Date: Wed, 29 Jun 2005 03:44:44 +0000 (-0700) Subject: [PATCH] drivers/char/tipar.c: off by one array access X-Git-Tag: v2.6.13-rc1~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ae36cbce9c7f55615e2b5f8faf23c7a06d0bd2;p=pandora-kernel.git [PATCH] drivers/char/tipar.c: off by one array access In the setup function, the delay variable is initialized with ints[2], but ints is declared as: int ints[2]; Since the module parameter should correspond to: tipar=timeout,delay I suppose that the following patch fix the problem. Signed-off-by: Luc Van Oostenryck Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed