HomeFreeBSD

ftpd: replace malloc + memset 0 with calloc.

Description

ftpd: replace malloc + memset 0 with calloc.

It is faster and usually safer.
Use NULL instead of zero for the pointer.

Details

Provenance
pfgAuthored on
Parents
rS298210: libstand: use NULL instead of zero for pointers.
Branches
Unknown
Tags
Unknown