From owner-cvs-all Mon Sep 24 14:48:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DF9837B40C; Mon, 24 Sep 2001 14:48:09 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OLm9d72441; Mon, 24 Sep 2001 14:48:09 -0700 (PDT) (envelope-from tegge) Message-Id: <200109242148.f8OLm9d72441@freefall.freebsd.org> From: Tor Egge Date: Mon, 24 Sep 2001 14:48:09 -0700 (PDT) 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 tegge 2001/09/24 14:48:09 PDT Modified files: (Branch: RELENG_4) bin/sh expand.c Log: MFC: Don't check uninitialized memory for having the shell control character value CTLARI since this might break expansion of arithmetic expressions. Don't access memory below start of stackblock. PR: 24443 Submitted by: hunt@iprg.nokia.com Revision Changes Path 1.31.2.2 +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