HomeFreeBSD

MFC r317284:

Description

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).

Details

Provenance
pfgAuthored on
Parents
rS317860: MFC r317283:
Branches
Unknown
Tags
Unknown