From: Matthias Urlichs Date: Tue, 11 Apr 2006 03:01:44 +0000 (+0200) Subject: [PATCH] Overrun in option-card USB driver X-Git-Tag: v2.6.17-rc2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dde432553551ae036aae12c2b940677d36c9a5b;p=pandora-kernel.git [PATCH] Overrun in option-card USB driver Since the arrays are declared as in_urbs[N_IN_URB] and out_urbs[N_OUT_URB], both for loops go one over the end of the array. This fixes coverity id #555. Signed-off-by: Eric Sesterhenn Signed-Off-By: Matthias Urlichs Signed-Off-By: Linus Torvalds --- Reading git-diff-tree failed