Created attachment 381611 [details] PATCH: Fix mdadm crashing when auto keyword is used in mdadm.conf mdadm crashes when the auto keyword is used in mdadm.conf, this is caused by the code for handling the auto keyword simply storing a pointer to the double linked list it gets passed in, but the config file parser frees this linked list immediately after use. The attached patch fixes this by making a copy of the double linked list in the code for handling the auto keyword.
This bug has been triaged -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
Fixed in rawhide
mdadm-3.1.2-9.fc13,initscripts-9.09-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/mdadm-3.1.2-9.fc13,initscripts-9.09-1.fc13
initscripts-9.09-1.fc13, mdadm-3.1.2-10.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.