HomeFreeBSD

nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliases

Description

nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliases

h_aliases is a NULL-terminated rather than fixed-length array. nitems() is not
a valid way to determine its end; instead, check for NULL.

Reported by: Coverity
CID: 1346578
Sponsored by: EMC / Isilon Storage Division

Details

Provenance
cemAuthored on
Parents
rS299501: traceroute6(8): use NULL instead of zero for initializing a pointer.
Branches
Unknown
Tags
Unknown