K 10 svn:author V 3 pfg K 8 svn:date V 27 2017-04-24T14:56:41.308834Z K 7 svn:log V 273 scandir(3): promote arraysz to size_t to match numitems. The internal array size goes through a loop and is compared with numitems which at its limits makes can be unreachably higher than arraysz. Prevent an hypothetical overflow by matching the types. MFC after: 1 week END