From owner-cvs-all Fri May 18 2:48:30 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 6865437B423; Fri, 18 May 2001 02:48:18 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I9mI749327; Fri, 18 May 2001 02:48:18 -0700 (PDT) (envelope-from ru) Message-Id: <200105180948.f4I9mI749327@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 02:48:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ru 2001/05/18 02:48:18 PDT Modified files: usr.bin/sed compile.c Log: Don't leak memory when compiling text following the `a', `c' or `i' command. Testcase: echo FOO | sed "/FOO/c\\ `jot -b 'aaaa\' 500`" Submitted by: Max Khon Revision Changes Path 1.15 +2 -2 src/usr.bin/sed/compile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message