git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e28783
)
xen/p2m/debugfs: Fix potential pointer exception.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Thu, 29 Sep 2011 17:09:34 +0000
(13:09 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 19 Oct 2011 21:03:32 +0000
(17:03 -0400)
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 <konrad.wilk@oracle.com>
No differences found