HomeFreeBSD

Use NULL instead of 0 for pointers.

Description

Use NULL instead of 0 for pointers.

fopen(3) returns NULL in case it can't open the STREAM.
fgetln(3) returns NULL if it can't get a line from a STREAM.
malloc returns NULL if it can't allocate memory.

Details

Provenance
araujoAuthored on
Parents
rS298027: Add FCCT M500 to the NCQ black list. Linux added it in 4.2 (August
Branches
Unknown
Tags
Unknown