From owner-freebsd-commit Thu Jan 18 19:19:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27865 for freebsd-commit-outgoing; Thu, 18 Jan 1996 19:19:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27854 for cvs-all-outgoing; Thu, 18 Jan 1996 19:19:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27843 for cvs-usrsbin-outgoing; Thu, 18 Jan 1996 19:18:57 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27836 Thu, 18 Jan 1996 19:18:54 -0800 (PST) Date: Thu, 18 Jan 1996 19:18:54 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601190318.TAA27836@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/traceroute traceroute.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/18 19:18:52 Modified: usr.sbin/traceroute traceroute.c Log: Hostname points to static area which overrides with each gethost* call, strdup() it. Revision Changes Path 1.4 +1 -1 src/usr.sbin/traceroute/traceroute.c