fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to
authorderaadt <deraadt@openbsd.org>
Wed, 22 Nov 1995 10:36:45 +0000 (10:36 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 22 Nov 1995 10:36:45 +0000 (10:36 +0000)
commit6bd1198417ffcdfd12b685bfc931aa8c1677cb1d
tree4ab341f7c0a2b47db2a935d7af1079e870458e08
parentae8f68c4a7c2f557bbb94bc357693d44edbb57dd
fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to
be used and do not abort; check for A->PTR->A loop otherwise only match on
#.#.#.# addresses; do not assume !0 is 1 as in ANSI C. netbsd pr#1683 led to
finding these problems.
lib/libc/net/rcmd.c