From: Konrad Rzeszutek Wilk Date: Thu, 29 Sep 2011 17:09:34 +0000 (-0400) Subject: xen/p2m/debugfs: Fix potential pointer exception. X-Git-Tag: v3.2-rc1~193^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8404877ee1cfdbc872e153fd89022f9e47f6f5a3;p=pandora-kernel.git xen/p2m/debugfs: Fix potential pointer exception. We could be referencing the last + 1 element of level_name[] array which would cause a pointer exception, because of the initial setup of lvl=4. [v1: No need to do this for type_name, pointed out by Ian Campbell] Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed