]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/p2m/debugfs: Fix potential pointer exception.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 29 Sep 2011 17:09:34 +0000 (13:09 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 29 Sep 2011 18:33:32 +0000 (14:33 -0400)
commit1b93dee68ca62a33fd6b5e3d738088fa3490a96d
tree5ccb7b77e87df6a04f2481b7b111cafc3c47ed95
parent394591bdc22b9e9c4d837794c4c8a7451893f7b6
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.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/p2m.c