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:
367ff45
)
staging: dgrp: check for NULL pointer in (un)register_proc_table
author
Bill Pemberton
<wfp5p@virginia.edu>
Tue, 9 Oct 2012 18:18:19 +0000
(14:18 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 17 Oct 2012 21:10:10 +0000
(14:10 -0700)
register_proc_table and unregister_proc_table didn't deal with the
possibility that the *table pointer could be NULL. Check for this and
return if table is NULL.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found