From: Eric Sesterhenn Date: Tue, 11 Apr 2006 05:54:37 +0000 (-0700) Subject: [PATCH] Overrun in cdrom/aztcd.c X-Git-Tag: v2.6.17-rc2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d93c2efc93f61c95808e303982f12fe6f5987270;p=pandora-kernel.git [PATCH] Overrun in cdrom/aztcd.c This fixes coverity bug id #473. After the for loop i==16 if we didn't find a cdrom. So we should check for i==16 first before checking the array element. Signed-off-by: Eric Sesterhenn Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed