HomeFreeBSD

Fix type mismatches for malloc(3) and Co.

Description

Fix type mismatches for malloc(3) and Co.

This is rather pedantic, as for most architectures it holds that
sizeof(type *) == sizeof(type **)

Found by: clang static analyzer
Reviewed by: ed
Differential Revision: https://reviews.freebsd.org/D4722

Details

Provenance
uqsAuthored on
Reviewer
ed
Differential Revision
D4722: Fix type mismatches for malloc(3) and Co.
Parents
rS292863: Fix type mismatches for malloc(3) and Co.
Branches
Unknown
Tags
Unknown