K 10 svn:author V 7 delphij K 8 svn:date V 27 2011-11-29T08:16:14.397612Z K 7 svn:log V 284 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. Submitted by: Garrett Cooper MFC after: 1 week END