From owner-freebsd-bugs@FreeBSD.ORG Sun Nov 2 05:18:49 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E738F16A4CE; Sun, 2 Nov 2003 05:18:49 -0800 (PST) Received: from grosbein.pp.ru (D00015.dialonly.kemerovo.su [213.184.66.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5915443FA3; Sun, 2 Nov 2003 05:18:45 -0800 (PST) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (smmsp@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.9p2/8.12.9) with ESMTP id hA2DGD3L001174; Sun, 2 Nov 2003 20:16:13 +0700 (KRAT) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.9p2/8.12.9/Submit) id hA2DA4VB001063; Sun, 2 Nov 2003 20:10:04 +0700 (KRAT) (envelope-from eugen) Date: Sun, 2 Nov 2003 20:10:04 +0700 From: Eugene Grosbein To: Tim Robbins Message-ID: <20031102131004.GA659@grosbein.pp.ru> References: <200311020058.hA20w3rM082485@freefall.freebsd.org> <3FA47BA1.9010700@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FA47BA1.9010700@freebsd.org> User-Agent: Mutt/1.4.1i cc: freebsd-bugs@freebsd.org Subject: Re: bin/58813: Incorrect behavour of sed(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2003 13:18:50 -0000 On Sun, Nov 02, 2003 at 02:36:01PM +1100, Tim Robbins wrote: > > > > > Please try the attached patch. It fixes a buffer management bug that was > causing heap corruption. The patch is against -current, but it should > apply cleanly to 4.9. > (http://perforce.freebsd.org/chv.cgi?CH=41082) Thank you, the patched sed works as it should. Eugene