HomeFreeBSD

Use NULL instead of 0 for pointers.

Description

Use NULL instead of 0 for pointers.

realloc will return NULL if it cannot allocate memory.

MFC after: 2 weeks.

Details

Provenance
araujoAuthored on
Parents
rS298183: Use NULL for pointers.
Branches
Unknown
Tags
Unknown