diff options
author | Kevin Vigor <kvigor@gmail.com> | 2020-11-06 14:20:34 -0800 |
---|---|---|
committer | Song Liu <songliubraving@fb.com> | 2020-11-30 10:12:28 -0800 |
commit | 93decc563637c4288380912eac0eb42fb246cc04 (patch) | |
tree | 90c3383f0d46040d1e66f7ec1febeb93f58d451f /drivers/md/md.c | |
parent | c731b84b51bf7fe83448bea8f56a6d55006b0615 (diff) |
md/raid10: initialize r10_bio->read_slot before use.
In __make_request() a new r10bio is allocated and passed to
raid10_read_request(). The read_slot member of the bio is not
initialized, and the raid10_read_request() uses it to index an
array. This leads to occasional panics.
Fix by initializing the field to invalid value and checking for
valid value in raid10_read_request().
Cc: stable@vger.kernel.org
Signed-off-by: Kevin Vigor <kvigor@gmail.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
Diffstat (limited to 'drivers/md/md.c')
0 files changed, 0 insertions, 0 deletions