From owner-freebsd-bugs Sat Jun 22 6: 0:35 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50F4237B405 for ; Sat, 22 Jun 2002 06:00:16 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MD0G736933; Sat, 22 Jun 2002 06:00:16 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Jun 2002 06:00:16 -0700 (PDT) Message-Id: <200206221300.g5MD0G736933@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Danny J. Zerkel" Subject: Re: bin/36383: sed misbehaves with 2044 char substitute patterns Reply-To: "Danny J. Zerkel" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/36383; it has been noted by GNATS. From: "Danny J. Zerkel" To: freebsd-gnats-submit@FreeBSD.org, fitz@jfitz.com Cc: Subject: Re: bin/36383: sed misbehaves with 2044 char substitute patterns Date: Sat, 22 Jun 2002 08:54:02 -0400 In current, the first three examples appear to work as expected. At 2046, and above, you get the "unterminated substitute pattern" error due to the pattern being longer than 2 * POSIX_LINE_LEN (= 2048) when the delimiters are included. So this looks normal. -- Danny J. Zerkel dzerkel@columbus.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message