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:
b194218
)
staging: dgrp: check for a valid proc dir entry pointer
author
Devendra Naga
<devendra.aaru@gmail.com>
Tue, 22 Jan 2013 08:38:17 +0000
(
03:38
-0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 22 Jan 2013 16:58:44 +0000
(08:58 -0800)
while proc_create fails, the register_proc_table can do a derefernce of the
null pointer causing to oops the system, instead check for a valid pointer
at register and unregister
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found