From: Dimitris Papastamos Date: Mon, 29 Nov 2010 11:43:33 +0000 (+0000) Subject: ASoC: soc-cache: Fix memory overflow in LZO initialization X-Git-Tag: v2.6.38-rc1~236^2^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c74a9d0b0bedff16d0881db8cc0054a5e34f47;p=pandora-kernel.git ASoC: soc-cache: Fix memory overflow in LZO initialization The bitmap_zero() nbits argument was improperly set to reg_size but the underlying buffer was bmp_size long. This caused the memset to zero past the end of the allocated buffer and into the kernel heap causing strange kernel crashes sometimes by overwriting critical kernel structures. Signed-off-by: Dimitris Papastamos Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed