K 10 svn:author V 3 pfg K 8 svn:date V 27 2017-05-01T00:42:31.762915Z K 7 svn:log V 300 MFC r317372: 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, and signed/unsigned comparison, by matching the types. END