From owner-cvs-all Sun Oct 6 2: 9:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2760537B401; Sun, 6 Oct 2002 02:09:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD2DF43E3B; Sun, 6 Oct 2002 02:09:27 -0700 (PDT) (envelope-from charnier@FreeBSD.org) Received: from freefall.freebsd.org (charnier@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9699RCo096908; Sun, 6 Oct 2002 02:09:27 -0700 (PDT) (envelope-from charnier@freefall.freebsd.org) Received: (from charnier@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9699RXU096906; Sun, 6 Oct 2002 02:09:27 -0700 (PDT) Message-Id: <200210060909.g9699RXU096906@freefall.freebsd.org> From: Philippe Charnier Date: Sun, 6 Oct 2002 02:09:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp rcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG charnier 2002/10/06 02:09:27 PDT Modified files: bin/rcp rcp.c Log: While removing a memory leak, rev 1.32 introduced a free-memory-and-reuse-it-after. Correct both problems and make rcp -r work again under /etc/malloc.conf -> AJ. Revision Changes Path 1.37 +11 -16 src/bin/rcp/rcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message