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:
8f6c2e4
)
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
NeilBrown
<neilb@suse.de>
Wed, 1 Jul 2009 01:14:04 +0000
(11:14 +1000)
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.
Cc: stable@kernel.org
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found