From: Jason Liu Date: Wed, 24 Aug 2011 11:26:28 +0000 (+0800) Subject: mtd: check parts pointer before using it X-Git-Tag: v3.2-rc1~14^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d523b60ef9d1953d9e12745ca0ed3e2dc98c189;p=pandora-kernel.git mtd: check parts pointer before using it The code has the check for parts but it called after kmemdup, kmemdup(parts, sizeof(*parts) * nr_parts,...) if (!parts) return -ENOMEM In fact, we need check parts before safely using it. and we also need check the real_parts to make sure kmemdup allocation sucessfully. Signed-off-by: Jason Liu Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed