HomeFreeBSD

pmcstat(8); unsign some allocation variables and use reallocarray(3).

Description

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

MFC after: 2 weeks

Details

Provenance
pfgAuthored on
Parents
rS317283: fsck_ffs: Unsign some variables and make use of reallocarray(3).
Branches
Unknown
Tags
Unknown