From owner-cvs-all Thu Jan 16 23:44: 2 2003 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 0F41337B405; Thu, 16 Jan 2003 23:44:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0D943F13; Thu, 16 Jan 2003 23:44:01 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0H7i1fh088172; Thu, 16 Jan 2003 23:44:01 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0H7i1gC088171; Thu, 16 Jan 2003 23:44:01 -0800 (PST) Message-Id: <200301170744.h0H7i1gC088171@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 Jan 2003 23:44:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh expand.c X-FreeBSD-CVS-Branch: RELENG_4 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 tjr 2003/01/16 23:44:01 PST Modified files: (Branch: RELENG_4) bin/sh expand.c Log: MFC revs. 1.39 and 1.41: Do not strip CTL* escapes from redirection filenames in argstr(), exptilde(), expari(), expbackq() and evalvar(). Fixes a memory corruption bug and the inability to access files with certain characters in their names via shell redirection. Revision Changes Path 1.31.2.5 +5 -5 src/bin/sh/expand.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message