gethostbyname() may return a pointer to static data, which is
authorCharles Hannum <mycroft@gnu.org>
Thu, 21 Nov 1996 20:47:59 +0000 (20:47 +0000)
committerCharles Hannum <mycroft@gnu.org>
Thu, 21 Nov 1996 20:47:59 +0000 (20:47 +0000)
commit51a66525e85d89acfc8118f0d222fdccc40f361c
tree332b5844683d5898de41aa6e13e5603cec2cbb9b
parent3aef7b4e6c6c08d3234ec2102f095708601d4ac7
gethostbyname() may return a pointer to static data, which is
overwritten deep inside krb_realmofhost().  Copy the host name to
avoid conflicts.
lib-src/pop.c