commit | a192491ad58098f2c57d2d1efe721ea0634dc0aa | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Wed Jun 21 16:40:24 2006 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Jun 22 23:24:18 2006 -0400 |
tree | 7a8ef6923e28dcec98f0a6d5bd2c3246cd01eacf | |
parent | da4f5ccf6040b998b64c60db8fa5f4ee03fdaf95 [diff] |
[PATCH] Array overrun in drivers/net/wireless/wavelan.c hi, this is another array overrun spotted by coverity (#id 507) we should check the index against array size before using it. Not sure why the driver doesnt use ARRAY_SIZE instead of its own macro. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>