From: Dan Carpenter Date: Sun, 3 Jan 2010 11:39:27 +0000 (+0100) Subject: sound: oss: off by one bug X-Git-Tag: v2.6.33-rc4~9^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444c1953d496d272208902ff7010dc70d1f887f0;p=pandora-kernel.git sound: oss: off by one bug The problem is that in the original code sound_nblocks could go up to 1024 which would be an array overflow. This was found with a static checker and has been compile tested only. Signed-off-by: Dan Carpenter Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed