Searched hist:"2154 e0a4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/char/ |
H A D | applicom.c | 2154e0a4 Fri Mar 01 14:31:46 CST 2013 Dan Carpenter <dan.carpenter@oracle.com> applicom: use correct array offset
We're iterating through abps[] printing information, but here we use the wrong array index. IndexCard comes from the user and in this case it was specifically not range checked because we didn't expect to use it.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2154e0a4 Fri Mar 01 14:31:46 CST 2013 Dan Carpenter <dan.carpenter@oracle.com> applicom: use correct array offset We're iterating through abps[] printing information, but here we use the wrong array index. IndexCard comes from the user and in this case it was specifically not range checked because we didn't expect to use it. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|