peter 63c050d16c Try and fix the worst of some highly bogus malloc/free resource
management involving rcmd_af(), getaddrinfo(), freeaddrinfo(), etc.
We set *ahost to point to ai->canonname; and later free the ai-> stuff
and still leave the old pointers in *ahost to the freed data.
Perhaps the best way to deal with this is a static buffer or a static
strdup() that is freed on the next iteration or something.  This gives
me headaches just thinking about this.

The new 'AJ' default for malloc() tripped this up.
2000-07-11 09:31:19 +00:00
..
2000-07-06 20:04:34 +00:00
1999-08-28 00:22:10 +00:00
2000-07-07 08:24:50 +00:00
1999-08-28 00:22:10 +00:00
2000-07-08 18:17:12 +00:00
1999-09-29 15:18:46 +00:00
1999-08-28 00:22:10 +00:00