HomeFreeBSD

Use NULL instead of 0 for pointers.

Description

Use NULL instead of 0 for pointers.

malloc will return NULL if it cannot allocate memory.

MFC after: 2 weeks.

Details

Provenance
araujoAuthored on
Parents
rS298194: strchr(3) will return NULL if it cannot find the character in the
Branches
Unknown
Tags
Unknown