HomeFreeBSD

libc: provide some bounds-checking through reallocarray(3).

Description

libc: provide some bounds-checking through reallocarray(3).

reallocarray(3) is a non portable extension that originated in OpenBSD.
Given that it is already in FreeBSD's libc it is useful for the cases
where reallocation involves a multiplication.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D9955

Details

Provenance
pfgAuthored on
Differential Revision
D9955: Make use of reallocarray(3) in libc.
Parents
rS315161: Try to slight untangle I/O and loop status handling.
Branches
Unknown
Tags
Unknown