HomeFreeBSD

Use NULL instead of 0 for pointers and memory allocation.

Description

Use NULL instead of 0 for pointers and memory allocation.
malloc and realloc will return NULL pointer if it can't alloc memory.

MFC after: 4 weeks

Details

Provenance
araujoAuthored on
Parents
rS298020: Add fman and dpaa fixups for powerpc fdt
Branches
Unknown
Tags
Unknown