]> git.ipfire.org Git - thirdparty/mdadm.git/commit
restore_backup() throws core dump
authorNeilBrown <neilb@suse.de>
Wed, 5 Oct 2011 02:29:16 +0000 (13:29 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 5 Oct 2011 02:29:16 +0000 (13:29 +1100)
commitcc7f63e55319b5c372af20ce528e7e7230746d92
tree2a7f29a91b5e5bca6a8579e9f6961fd9282b0ae9
parent7aa437c2d8f0efb6554bfee9e26082874d98a9d9
restore_backup() throws core dump

restore_backup() throws core dump during releasing fdlist.
Loop for closing handlers checks next_spare variable,
but iterates disk_count.

Reported-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c