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:
9b4ad0e
)
md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.
author
NeilBrown
<neilb@suse.de>
Wed, 1 Jul 2009 01:14:04 +0000
(11:14 +1000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 30 Jul 2009 23:06:07 +0000
(16:06 -0700)
commit
b8d966efd9a46a9a35beac50cbff6e30565125ef
upstream.
If we try to modify one of the md/ sysfs files
suspend_lo or suspend_hi
when the array is not active, we dereference a NULL.
Protect against that.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found