K 10 svn:author V 6 emaste K 8 svn:date V 27 2012-02-07T04:03:39.787206Z K 7 svn:log V 350 MFC r227893 and r228119: Avoid double free creating a new RAID with invalid command line arguments. In build_volume(), check if arrays is allocated before traversing its items. While parsing the arrays input, it's possible that we reach the error path before initializing the 'arrays' pointer, which in turn leads to a NULL deference. END