K 10 svn:author V 3 cem K 8 svn:date V 27 2017-03-22T17:37:47.792711Z K 7 svn:log V 336 scandir: Fix NULL dereference, uninitialized value use in error case If opendir succeeds but malloc fails, numitems was used uninitialized in error handling under the 'fail' label. If it happened to have a non-zero value, the NULL 'names' was dereferenced. Reported by: Coverity CIDs: 1329566, 1372625 Sponsored by: Dell EMC Isilon END