K 10 svn:author V 3 pfg K 8 svn:date V 27 2017-05-06T02:43:26.512542Z K 7 svn:log V 299 MFC r317284: pmcstat(8); unsign some allocation variables and use reallocarray(3). Use unsigned values in some internal variables that will be used during allocation. The variables are used in reduced scope and have no chance of becoming negative. Provide bounds checking through reallocarray(3). END