HomeFreeBSD

Use NULL instead of 0 for pointers.

Description

Use NULL instead of 0 for pointers.

The malloc will return a pointer to the allocated memory if successful,
otherwise a NULL pointer is returned.

Details

Provenance
araujoAuthored on
Parents
rS297963: Remove watchdog timer stop check.
Branches
Unknown
Tags
Unknown