Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md: avoid dereferencing NULL pointer when accessing suspend_* sysfs a…
…ttributes. 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>
- Loading branch information